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' } ```