From 1b635b3becf8c6d26df6154363e48d7a18bcd5a4 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 6 Dec 2016 14:12:17 +0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d3a62b7..15305d4 100644 --- a/README.md +++ b/README.md @@ -61,17 +61,17 @@ dependency Add it in your root build.gradle at the end of repositories: ```java - allprojects { - repositories { - ... - maven { url 'https://jitpack.io' } - } - } +allprojects { + repositories { + ... + maven { url 'https://jitpack.io' } + } +} ``` add dependency: ```java dependencies { - compile 'com.github.StevenDXC:DxLoadingButton:1.1' - } + compile 'com.github.StevenDXC:DxLoadingButton:1.1' +} ```