Skip to content

Commit

Permalink
Merge pull request #13 from MahmoudMabrok/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
shwetachauhan-simform authored Jan 25, 2021
2 parents 68e2607 + 8884ffa commit a1851d2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Getting Started
------------------------
`SSCustomBottomNavigation` is a customizable bottom bar library with curved animations.
**SSCustomBottomNavigation** is a customizable bottom bar library with curved animations.

The actual features are:

Expand All @@ -19,22 +19,22 @@ The actual features are:
### Gradle Dependency
* Add it in your root build.gradle at the end of repositories:

```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

* Add the dependency in your app's build.gradle file

```
dependencies {
implementation 'com.github.simformsolutions:SSCustomBottomNavigation:1.0'
}
```
```
dependencies {
implementation 'com.github.simformsolutions:SSCustomBottomNavigation:1.0'
}
```

### All Attributes
------------------------
Expand Down

0 comments on commit a1851d2

Please sign in to comment.