From b0409fd480f9b9dd0d12d446805633a38c435560 Mon Sep 17 00:00:00 2001 From: Francois Campbell Date: Fri, 15 Jan 2016 10:18:47 -0500 Subject: [PATCH] Update README.md Fixed code block for Gradle dependency --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4c5870..dc9fbf2 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ You can customize the following options: Standard installation via Gradle: -dependencies { - compile 'io.github.francoiscampbell:circlelayout:0.1.4' -} + dependencies { + compile 'io.github.francoiscampbell:circlelayout:0.1.4' + } ## Examples