mirror of
https://github.com/ethauvin/kotlin-pluralizer.git
synced 2025-04-24 16:27:12 -07:00
update readme
This commit is contained in:
parent
dd09353592
commit
0cf3c54ae2
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
|
||||
# kotlin-pluralizer
|
||||
|
||||
**kotlin extension** to **pluralize** and **singularize** strings
|
||||
|
||||
[](https://travis-ci.org/cesarferreira/kotlin-pluralizer) [](https://jitpack.io/#cesarferreira/kotlin-pluralizer) [  ](https://bintray.com/cesarferreira/maven/kotlin-pluralizer/_latestVersion)
|
||||
|
||||
> **kotlin extension** to **pluralize** and **singularize** strings
|
||||
|
||||
## Usage
|
||||
|
||||
**Pluralization:**
|
||||
|
@ -33,7 +33,7 @@ repositories {
|
|||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
dependencies {
|
||||
compile 'com.github.cesarferreira:kotlin-pluralizer:0.2.4'
|
||||
compile 'com.github.cesarferreira:kotlin-pluralizer:0.2.5'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue