Skip to content

Commit b4f6e40

Browse files
committed
Error fixed.
1 parent 813c577 commit b4f6e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Although Effi can be imported also directly from GitHub, we recommend adding a d
2525

2626
#### rebar3
2727

28-
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"}`.
28+
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"}`.
2929

3030
```erlang
3131
{deps, [{effi, "0.1.4"}]}.

0 commit comments

Comments
 (0)