From 75d21660e73d0822f85ecc59fd8bd80eeffccce4 Mon Sep 17 00:00:00 2001 From: Kip Cole Date: Sun, 9 Jun 2019 09:36:32 +0800 Subject: [PATCH] Fix readme typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 958dd75..bf04436 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ For help in `iex`: ``` ## Configuration & Migration from Version 1 -`ex_cldr_numbers` uses the configuration set for the dependency `ex_cldr`. See the documentation for [ex_cldr](https://hexdocs.pm/ex_cldr/2.0.0/readme.html#configuration). +`ex_cldr_dates_times` uses the configuration set for the dependency `ex_cldr`. See the documentation for [ex_cldr](https://hexdocs.pm/ex_cldr/2.0.0/readme.html#configuration). A `backend` module is required that is used to host the functions that manage CLDR data. An example to get started is: