Skip to content

Commit 9145d59

Browse files
committed
Update readme with date to words
Changed the readme to add date-to-words documentation.
1 parent 7fd79ad commit 9145d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ Passing `wordForm` argument in when it is not applicable will not make any diffe
885885
```
886886

887887
### <a id="date-time-to-ordinal-words">DateTime to ordinal words</a>
888-
This is kind of an extension of Ordinalize
888+
This is kind of an extension of ToWords and Ordinalize
889889
```C#
890890
// for English UK locale
891891
new DateTime(2015, 1, 1).ToOrdinalWords() => "1st January 2015"

0 commit comments

Comments
 (0)