From 61244d045201b8f5f8db9c7e1a73bb7f9271ebb3 Mon Sep 17 00:00:00 2001 From: Mudit Sen Date: Wed, 25 Jul 2018 10:55:32 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f636e01..bc851ce 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This library is an extension of the `RecyclerView` class and behaves like the `E Add the following dependency in your `build.gradle` file in your app folder: dependencies { - implementation ''com.muditsen.multilevelrecyclerview:multilevelview:1.0.0'' + implementation 'com.muditsen.multilevelrecyclerview:multilevelview:1.0.0' } ```