Browse Source

Update README.

Roberto Ostinelli 9 years ago
parent
commit
fb5da86fe2
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -45,13 +45,13 @@ Therefore, Availability has been chosen over Consistency and Syn is [eventually
 If you're using [rebar3](https://github.com/erlang/rebar3), add `syn` as a dependency in your project's `rebar.config` file:
 
 ```erlang
-{syn, {git, "git://github.com/ostinelli/syn.git", {tag, "1.2.1"}}}
+{syn, {git, "git://github.com/ostinelli/syn.git", {tag, "1.3.1"}}}
 ```
 
 Or, if you're using [Hex.pm](https://hex.pm/) as package manager (with the [rebar3_hex](https://github.com/hexpm/rebar3_hex) plugin):
 
 ```erlang
-{syn, "1.2.1"}
+{syn, "1.3.1"}
 ```
 
 Then, compile:
@@ -64,7 +64,7 @@ $ rebar3 compile
 If you're using [rebar](https://github.com/rebar/rebar), add `syn` as a dependency in your project's `rebar.config` file:
 
 ```erlang
-{syn, ".*", {git, "git://github.com/ostinelli/syn.git", {tag, "1.2.1"}}}
+{syn, ".*", {git, "git://github.com/ostinelli/syn.git", {tag, "1.3.1"}}}
 ```
 
 Then, get and compile your dependencies: