From 5e342b61c65eff673eacc5b7d139a4f184421923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dino=20Kova=C4=8D?= Date: Tue, 18 Jul 2017 20:07:59 +0200 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d9e083..fcfa897 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It supports `Binary` and `Compact` Thrift protocols. ## Usage -Add the library as a dependency yo your `build.gradle` to automatically download it from jcenter. +Add the library as a dependency to your `build.gradle` to automatically download it from jcenter. ```groovy compile 'co.infinum:retrofit-converter-thrifty:0.9.0' @@ -38,4 +38,4 @@ To deploy a new version to bintray, use `deploy.sh`: ## Contributing -Feedback and code contributions are very much welcome. Just make a pull request with a short description of your changes. By making contributions to this project you give permission for your code to be used under the same [license](LICENSE). \ No newline at end of file +Feedback and code contributions are very much welcome. Just make a pull request with a short description of your changes. By making contributions to this project you give permission for your code to be used under the same [license](LICENSE).