First is my first repo on GitHub, Just Testing
Nothing to install yet,
an example for displaying code
example python usage...
First.pluralize('word') # returns 'words'
First.pluralize('goose') # returns 'geese'
First.singularize('phenomena') # returns 'phenomenon'
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.