From 2e89b20ab3b461b1997b4931774e380b6e4313c1 Mon Sep 17 00:00:00 2001 From: Marcus Kruse Date: Tue, 21 Jul 2020 07:24:25 +0200 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09fda47..e00d420 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Like the Coptic calendar, the Ethiopic calendar has 12 months of 30 days plus 5 ## Usage -[ex_cldr_calendars_ethiopic](https://hex.pm/packages/ex_cldr_calenars_ethiopic) conforms to both the `Calendar` and `Cldr.Calendar` behaviours and therefore the functions in the `Date`, `DateTime`, `NaiveDateTime`, `Time` and `Calendar` functions are supported. +[ex_cldr_calendars_ethiopic](https://hex.pm/packages/ex_cldr_calendars_ethiopic) conforms to both the `Calendar` and `Cldr.Calendar` behaviours and therefore the functions in the `Date`, `DateTime`, `NaiveDateTime`, `Time` and `Calendar` functions are supported. For Elixir versions up to and including 1.9, a date can be created by: ```elixir