Skip to content

Commit

Permalink
doc: updated README with description
Browse files Browse the repository at this point in the history
* fixes #3

Signed-off-by: Frédéric BIDON <[email protected]>
  • Loading branch information
fredbi committed Feb 2, 2024
1 parent 273c980 commit f507f21
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@
A package to pluralize words.

Originally forked from fork of https://bitbucket.org/pkg/inflect under a MIT License.

A golang library applying grammar rules to English words.

> This package provides a basic set of functions applying
> grammar rules to inflect English words, modify case style
> (Capitalize, camelCase, snake_case, etc.).
>
> Acronyms are properly handled. A common use case is word pluralization.

0 comments on commit f507f21

Please sign in to comment.