Skip to content

Commit

Permalink
Fix a version mismatch in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed Apr 17, 2018
1 parent 9739e95 commit c79b426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 `{effi, "0.1.4"}`.
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.5"}`.

```erlang
{deps, [{effi, "0.1.5"}]}.
Expand Down

0 comments on commit c79b426

Please sign in to comment.