Skip to content

Commit

Permalink
Add README to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosestito committed Jun 29, 2022
1 parent a2d693d commit d7c8093
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/commanded/event_store/spear.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Commanded.EventStore.Adapters.Spear do
Adapter to use [Event Store](https://eventstore.com/), via the Spear library
client, with Commanded.
Please check the [Getting started](getting-started.html) guide to learn more.
Please check the [Getting started](readme.html#getting-started) guide to learn more.
"""

@behaviour Commanded.EventStore.Adapter
Expand Down
5 changes: 3 additions & 2 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
"""
EventStoreDB adapter for Commanded based on Spear
EventStoreDB adapter for Commanded, based on Spear
"""
end

Expand All @@ -61,7 +61,8 @@ defmodule Commanded.EventStore.Adapters.Spear.Mixfile do
canonical: "http://hexdocs.pm/commanded_spear_adapter",
source_ref: "v#{@version}",
extras: [
"CHANGELOG.md"
"CHANGELOG.md",
"README.md": [filename: "readme", title: "README"]
]
]
end
Expand Down

0 comments on commit d7c8093

Please sign in to comment.