diff --git a/README.md b/README.md index 7eb8ac0..2b1c873 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Using [rebar3](http://www.rebar3.org/), add the dependency to your `rebar.config ```erlang {deps, [ - {eiconv, "1.0.0-alpha1"}, + {eiconv, "1.0.0"}, %% ... ]}. ```