From 85dade656484fd7ceac9c82fd06e4191270383ba Mon Sep 17 00:00:00 2001 From: Joe Acosta Date: Wed, 27 Sep 2017 22:34:56 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c4e7cbd..12d2f69 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,17 @@ SimpleFragments is a library aimed at making flexible navigation easy on Android Add JitPack repo in your root build.gradle at the end of repositories: ```java allprojects { - repositories { - ... - maven { url "https://jitpack.io" } - } + repositories { + ... + maven { url "https://jitpack.io" } } +} ``` Add the dependency: ```java dependencies { - compile 'com.github.JayyyR:SimpleFragments:v0.1-alpha' - } + compile 'com.github.JayyyR:SimpleFragments:v0.1-alpha' +} ``` # Usage