From ad6cd0c4f98fb6d77f4da052a83f84a4ab9fe75e Mon Sep 17 00:00:00 2001 From: Vadim Kotov Date: Tue, 11 Apr 2017 10:54:21 +0300 Subject: [PATCH] Highlight gradle snippet in Readme --- 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' }