diff --git a/README.md b/README.md index a114411..bebe343 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Although Effi can be imported also directly from GitHub, we recommend adding a d #### rebar3 -To integrate Effi into a rebar3-managed project change the `deps` entry in your application's `rebar.config` file to include the tuple `{cf_client, "0.1.0"}`. +To integrate Effi into a rebar3-managed project change the `deps` entry in your application's `rebar.config` file to include the tuple `{effi, "0.1.4"}`. ```erlang {deps, [{effi, "0.1.4"}]}.