From ffdc586049a7cf6e0de79e49b7eb9082b4faab3b Mon Sep 17 00:00:00 2001 From: Cesar Ferreira Date: Sun, 4 Sep 2016 13:15:32 +0100 Subject: [PATCH] updated readme --- README.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 54bcad6..62d70b2 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,20 @@ +# Kotlin-pluralizer **Kotlin extension** to **pluralize** and **singularize** strings! ### Specs -[![Build Status](https://travis-ci.org/cesarferreira/dryrun.svg?branch=master)](https://travis-ci.org/cesarferreira/dryrun) +[![Build Status](https://travis-ci.org/cesarferreira/kKotlin-pluralizer.svg?branch=master)](https://travis-ci.org/cesarferreira/Kotlin-pluralizer) ### Show some :heart: -[![GitHub stars](https://img.shields.io/github/stars/cesarferreira/dryrun.svg?style=social&label=Star)](https://github.com/cesarferreira/dryrun) [![GitHub forks](https://img.shields.io/github/forks/cesarferreira/dryrun.svg?style=social&label=Fork)](https://github.com/cesarferreira/dryrun/fork) [![GitHub watchers](https://img.shields.io/github/watchers/cesarferreira/dryrun.svg?style=social&label=Watch)](https://github.com/cesarferreira/dryrun) [![GitHub followers](https://img.shields.io/github/followers/cesarferreira.svg?style=social&label=Follow)](https://github.com/cesarferreira/dryrun) +[![GitHub stars](https://img.shields.io/github/stars/cesarferreira/Kotlin-pluralizer.svg?style=social&label=Star)](https://github.com/cesarferreira/Kotlin-pluralizer) [![GitHub forks](https://img.shields.io/github/forks/cesarferreira/Kotlin-pluralizer.svg?style=social&label=Fork)](https://github.com/cesarferreira/Kotlin-pluralizer/fork) [![GitHub watchers](https://img.shields.io/github/watchers/cesarferreira/Kotlin-pluralizer.svg?style=social&label=Watch)](https://github.com/cesarferreira/kKotlin-pluralizer) [![GitHub followers](https://img.shields.io/github/followers/cesarferreira.svg?style=social&label=Follow)](https://github.com/cesarferreira/Kotlin-pluralizer) [![Twitter Follow](https://img.shields.io/twitter/follow/cesarmcferreira.svg?style=social)](https://twitter.com/cesarmcferreira) @@ -38,14 +39,6 @@ specifik TODO -## Credits - -The pluralize and singularize methods are based on the code found in the following places. - -- https://github.com/atteo/evo-inflector/blob/master/src/main/java/org/atteo/evo/inflector/English.java -- http://www.java2s.com/Tutorial/Java/0040__Data-Type/Transformswordstosingularpluralhumanizedhumanreadableunderscorecamelcaseorordinalform.htm -- https://github.com/rails/rails/blob/26698fb91d88dca0f860adcb80528d8d3f0f6285/activesupport/lib/active_support/inflector/inflections.rb - ## Contributing I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request: @@ -53,8 +46,18 @@ I welcome and encourage all pull requests. It usually will take me within 24-48 2. If its a feature, bugfix, or anything please only change code to what you specify. 3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :) 4. Pull requests _must_ be made against `develop` branch. Any other branch (unless specified by the maintainers) will get rejected. - 5. Check for existing [issues](https://github.com/cesarferreira/dryrun/issues) first, before filing an issue. + 5. Check for existing [issues](https://github.com/cesarferreira/kotKotlin-pluralizer/issues) first, before filing an issue. 6. Have fun! + + ## Credits + + The pluralize and singularize methods are based on the code found in the following places. + + - https://github.com/atteo/evo-inflector/blob/master/src/main/java/org/atteo/evo/inflector/English.java + - http://www.java2s.com/Tutorial/Java/0040__Data-Type/Transformswordstosingularpluralhumanizedhumanreadableunderscorecamelcaseorordinalform.htm + - https://github.com/rails/rails/blob/26698fb91d88dca0f860adcb80528d8d3f0f6285/activesupport/lib/active_support/inflector/inflections.rb + + ### Created & Maintained By [Cesar Ferreira](https://github.com/cesarferreira) ([@cesarmcferreira](https://www.twitter.com/cesarmcferreira))