mirror of
https://github.com/ethauvin/kotlin-pluralizer.git
synced 2025-04-25 00:37: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-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)
|
[](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
|
## Usage
|
||||||
|
|
||||||
**Pluralization:**
|
**Pluralization:**
|
||||||
|
@ -33,7 +33,7 @@ repositories {
|
||||||
maven { url "https://jitpack.io" }
|
maven { url "https://jitpack.io" }
|
||||||
}
|
}
|
||||||
dependencies {
|
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