From acf66ae704c64fe957f8fc2f65343ec212d0dc08 Mon Sep 17 00:00:00 2001 From: Cesar Ferreira Date: Mon, 5 Sep 2016 00:48:38 +0100 Subject: [PATCH] added more samples --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfe027c..7c41a94 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ "person".pluralize() # => "people" "post".pluralize() # => "posts" "sheep".pluralize() # => "sheep" +"foot".pluralize() # => "feet" ``` **Singuralization:** @@ -20,7 +21,8 @@ ```kotlin "words".singularize() # => "word" "octopi".singularize() # => "octopus" - +"people".singularize() # => "person" +"feet".singularize() # => "foot" ``` ## Install