erlsci / iso8601

An ISO 8601 date formating and parsing library for Erlang
MIT License
130 stars 93 forks source link

Version error in the documentation #30

Closed HernanRivasAcosta closed 8 years ago

HernanRivasAcosta commented 8 years ago

On the readme it says:

Add it to your rebar.config deps:

{iso8601, ".*", {git, "https://github.com/erlsci/iso8601.git", {tag, "1.2.0"}}} Or for rebar3:

{iso8601, {git, "https://github.com/erlsci/iso8601.git", {tag, "1.2.0"}}}

When the version string should be "1.2".

oubiwann commented 8 years ago

Done.