elixir-cldr / cldr

Elixir implementation of CLDR/ICU
Other
440 stars 33 forks source link

Documentation - typos in readme file #183

Closed SebastienPlourde closed 2 years ago

SebastienPlourde commented 2 years ago

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.

kipcole9 commented 2 years ago

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