Skip to content

Commit de79061

Browse files
committed
Update README.md
1 parent ae6801e commit de79061

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Using
2121
======
2222
First of all you have to upload animation submodule with `git submodule update --init` command <br>
2323
<br>
24-
Or you can add gradle dependency with command:<br>
24+
Or you can add gradle dependency with command :<br>
2525
```groovy
2626
dependencies {
2727
compile 'com.yalantis:sidemenu:1.0'`
@@ -40,7 +40,11 @@ and command:<br>
4040
}
4141
4242
```
43-
<br> for CircularReveal module
43+
44+
To add graddle dependency you need to open build.gradle (in your app folder,not in a project folder) then copy and add the dependencies there in the dependencies block;
45+
46+
47+
<br> for CircularReveal module
4448

4549

4650
After you have to create special overlay layout to show in behind current `Circular Reveal` animated view.

0 commit comments

Comments
 (0)