diff --git a/README.md b/README.md index b0eb0b8..19e9b69 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,16 @@ Add this in your root build.gradle file at the end of repositories: ```java allprojects { - repositories { - ... - maven { url 'https://jitpack.io' } - } - } + repositories { + maven { url 'https://jitpack.io' } + } +} ``` Add the dependency : ```java dependencies { - implementation 'com.github.GoodieBag:CarouselPicker:v1.1' - } + implementation 'com.github.GoodieBag:CarouselPicker:v1.1' +} ``` Sync the gradle and that's it! :+1: