Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Areeb-Gillani authored Aug 31, 2023
1 parent 37662f7 commit ce5c4b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,14 @@ Booster which is the initializing class of this utility requires this JsonObject
```kotlin
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
maven ("https://jitpack.io")
}
}
```
### Adding Dependency

```kotlin
dependencies {
...
implementation ("com.github.Areeb-Gillani:vertx-boost:e7d2c80093")
}
```
Expand Down

0 comments on commit ce5c4b3

Please sign in to comment.