From 9145d59232bd82e9c985ea0245203acd4795f1d8 Mon Sep 17 00:00:00 2001 From: Cisco Astrum <106100729+CiscoAstrum@users.noreply.github.com> Date: Wed, 8 Jun 2022 20:31:01 -0600 Subject: [PATCH] Update readme with date to words Changed the readme to add date-to-words documentation. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ecdfe5870..fc4dea7a4 100644 --- a/readme.md +++ b/readme.md @@ -885,7 +885,7 @@ Passing `wordForm` argument in when it is not applicable will not make any diffe ``` ### DateTime to ordinal words -This is kind of an extension of Ordinalize +This is kind of an extension of ToWords and Ordinalize ```C# // for English UK locale new DateTime(2015, 1, 1).ToOrdinalWords() => "1st January 2015"