From ba938bd865c50263cd52317657571a3e8493e824 Mon Sep 17 00:00:00 2001 From: Cesar Ferreira Date: Mon, 5 Sep 2016 00:44:00 +0100 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1791a98..29a928a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ 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/kotkotlin-pluralizer/issues) first, before filing an issue. + 5. Check for existing [issues](https://github.com/cesarferreira/kotlin-pluralizer/issues) first, before filing an issue. 6. Have fun!