From 0a8ae96512285d0c7ec4e72e370287651a303cee Mon Sep 17 00:00:00 2001 From: bret-fears Date: Tue, 11 Apr 2017 09:54:11 -0400 Subject: [PATCH] Merge readme change - Add gradle highlighting to readme as suggested by vkotovv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67bf9f1..b255bc6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Spruce is a lightweight animation library that helps choreograph the animations ### Gradle Add the following to your project's build.gradle file -``` +```gradle dependencies { compile 'com.willowtreeapps.spruce:spruce-android:1.0.0' }