In the README.md, under Usage's to_words's section, `1.1.to_words # ["one", "ten"]` should instead be `1.10.to_words # ["one", "ten"]`
In the README.md, under Usage's to_words's section,
1.1.to_words # ["one", "ten"]should instead be
1.10.to_words # ["one", "ten"]