elixir-cldr / cldr

Elixir implementation of CLDR/ICU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation - typos in readme file

SebastienPlourde opened this issue · comments

Hi,

Not a big deal but for those like me who do copy&paste of config

In
def deps do [ {:ex_cldr, "~> 2.29}, {:ex_cldr_plugs, "~> 1.0"}, ... ] end

We should read

def deps do [ {:ex_cldr, "~> 2.29"}, {:ex_cldr_plugs, "~> 1.0"}, ... ] end
Notice the " is missing.

Thanks for the report, fixed now and updated docs have been published.