Skip to content

Commit 36d45a7

Browse files
committed
docs: use hex.pm dependency in installation instructions
1 parent f8d25ea commit 36d45a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ end
6464
```elixir
6565
def deps do
6666
[
67-
{:ecto_typed_schema, github: "elixir-typed-structor/ecto_typed_schema"},
67+
{:ecto_typed_schema, "~> 0.1"},
6868
{:ecto, "~> 3.10"}
6969
]
7070
end

0 commit comments

Comments
 (0)