Skip to content

Commit 26beaa3

Browse files
Update README.md
1 parent ef090bf commit 26beaa3

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ A powerful & customizable menu implementation for android. It supports any l
55
<br />
66

77
## Import
8-
9-
#### Add JitPack repository to your project level build.gradle file
8+
Add JitPack repository to your project level build.gradle file
109
```
1110
...
1211
@@ -17,8 +16,7 @@ allprojects {
1716
}
1817
}
1918
```
20-
21-
#### Or, in newer android projects, if you need to the add repository in settings.gradle file...
19+
Or, in newer android projects, if you need to the add repository in settings.gradle file...
2220
```
2321
...
2422
@@ -30,8 +28,7 @@ dependencyResolutionManagement {
3028
}
3129
}
3230
```
33-
34-
#### Finally add this dependency to your app/module level build.gradle file
31+
Finally, add this dependency to your app/module level build.gradle file
3532
```
3633
...
3734
@@ -136,4 +133,9 @@ Nested submenu:
136133
![Nested submenu](/app/src/main/res/drawable/menu_level_2.png)
137134

138135

139-
#### Happy Coding!
136+
<br />
137+
<br />
138+
139+
Please share & rate the library if you find it useful.
140+
141+
### Happy coding!

0 commit comments

Comments
 (0)