Skip to content

Commit 3fad4f4

Browse files
authored
Please update README with latest version for rebar3 config
I just spent a good hour debug old code because I was using v1.2.0 (as per README) instead of the latest release 1.14.4 - very confusing and frustrating :(
1 parent dd6bfc0 commit 3fad4f4

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
@@ -354,7 +354,7 @@ Add to `rebar.config`
354354

355355
```erlang
356356
...
357-
{deps, [{emqtt, {git, "https://github.com/emqx/emqtt", {tag, "v1.2.0"}}}]}.
357+
{deps, [{emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.14.4"}}}]}.
358358
...
359359
```
360360

0 commit comments

Comments
 (0)