From e2eb14b6270396ef57bd2af0929f37b49db84c72 Mon Sep 17 00:00:00 2001 From: Philip Munksgaard Date: Mon, 23 Oct 2023 11:07:59 +0200 Subject: [PATCH] Correct cldr_currencies package name As far as I can tell, the hex.pm package is called [ex_cldr_currencies](https://hex.pm/packages/ex_cldr_currencies), not [ex_cldr_currency](https://hex.pm/packages/ex_cldr_currency). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7503e5ed3..82633caf7 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ The currently known providers and their `hex` package names are: | ex_cldr_numbers | Cldr.Number | Formatting of numbers, currencies | | ex_cldr_lists | Cldr.List | Formatting of lists | | ex_cldr_units | Cldr.Unit | Formatting of SI and Imperial units | - | ex_cldr_currency | Cldr.Currency | Currency definitions and localizations | + | ex_cldr_currencies | Cldr.Currency | Currency definitions and localizations | | ex_cldr_territories | Cldr.Territory | Formatting of territory (country) data | | ex_cldr_languages | Cldr.Language | Formatting of language information | | ex_cldr_dates_times | Cldr.DateTime | Formatting of dates, times & datetimes |