Skip to content

Commit

Permalink
Update mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosestito committed Jun 29, 2022
1 parent 6d6439c commit a2d693d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defmodule Commanded.EventStore.Adapters.Spear.Mixfile do

defp description do
"""
Spear event store adapter for Commanded
EventStoreDB adapter for Commanded based on Spear
"""
end

Expand All @@ -60,11 +60,8 @@ defmodule Commanded.EventStore.Adapters.Spear.Mixfile do
main: "Commanded.EventStore.Adapters.Spear",
canonical: "http://hexdocs.pm/commanded_spear_adapter",
source_ref: "v#{@version}",
extra_section: "GUIDES",
extras: [
"CHANGELOG.md",
"guides/Getting Started.md": [filename: "getting-started", title: "Spear adapter"],
"guides/Testing.md": [title: "Testing"]
"CHANGELOG.md"
]
]
end
Expand Down

0 comments on commit a2d693d

Please sign in to comment.