diff --git a/README.md b/README.md index dd75ce7..e5fd9c5 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,13 @@ rules](https://github.com/GlobalWebIndex/elm-plural-rules/raw/master/docs/en.png ![Screenshot of Czech rules](https://github.com/GlobalWebIndex/elm-plural-rules/raw/master/docs/cz.png) +(For the description of what the `v = 0` conditions in the above screenshots +mean, look at the [Plural Operand Meanings](http://unicode.org/reports/tr35/tr35-numbers.html#Operands) +table or check the `Plural Operands` section of the `PluralRules` module! + ---- -This library helps you arrive at this API +This library helps you arrive at an API like: ```elm pluralize 1 "message" --> "message" diff --git a/docs/cz.png b/docs/cz.png index 9317233..3b3c5a1 100644 Binary files a/docs/cz.png and b/docs/cz.png differ diff --git a/docs/en.png b/docs/en.png index b736fc1..a5da8c5 100644 Binary files a/docs/en.png and b/docs/en.png differ