Skip to content

Commit 0f874f2

Browse files
Merge pull request #30 from ponychicken/patch-1
Update version and link to the package on hex in README
2 parents ef4eb19 + 434dbe7 commit 0f874f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,12 @@ There are a lot of features to check out! Check out the [HexDocs documentation]
102102

103103
## Installation
104104

105-
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
106-
by adding `ecto_watch` to your list of dependencies in `mix.exs`:
105+
The package can be installed from [hex](https://hex.pm/packages/ecto_watch) by adding `ecto_watch` to your list of dependencies in `mix.exs`:
107106

108107
```elixir
109108
def deps do
110109
[
111-
{:ecto_watch, "~> 0.9.5"}
110+
{:ecto_watch, "~> 0.11.0"}
112111
]
113112
end
114113
```

0 commit comments

Comments
 (0)