From a6e69db40a723b72d45ac41407d88129c90d21df Mon Sep 17 00:00:00 2001 From: Cesar Ferreira Date: Sun, 4 Sep 2016 18:44:15 +0100 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b03346..1689ca2 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ repositories { maven { url "https://jitpack.io" } } dependencies { - compile 'com.github.jitpack:gradle-simple:1.0' + compile 'com.github.cesarferreira:kotlin-pluralizer:0.1.0' } ```