From d23dde5d2a3ce109626084218951ad8952d12b05 Mon Sep 17 00:00:00 2001 From: Gilbert Kimutai Date: Thu, 21 Feb 2019 06:20:56 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2228291..77d958d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Step 2. Add the dependency ### Gradle dependency: Step 1. Add the JitPack repository to your build file -```xml +```gradle allprojects { repositories { ... @@ -45,7 +45,7 @@ allprojects { ``` Step 2. Add the dependency -```xml +```gradle dependencies { implementation 'com.github.gilokimu:woodroid:0.1.0' }