We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5067bb commit 1b36960Copy full SHA for 1b36960
README.md
@@ -11,7 +11,7 @@ Add `ecto_nested_changeset` to your list of dependencies in `mix.exs`:
11
```elixir
12
def deps do
13
[
14
- {:ecto_nested_changeset, github: "woylie/ecto_nested_changeset", branch: "main"}
+ {:ecto_nested_changeset, "~> 0.1.0"}
15
]
16
end
17
```
0 commit comments