Skip to content

Commit

Permalink
Fixed setup section.
Browse files Browse the repository at this point in the history
  • Loading branch information
RowDaBoat committed Jun 24, 2024
1 parent d53c536 commit 613e172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Add JitPack to your repositories and `keep-engine` to your dependencies on your

```kotlin
repositories {
maven { url "https://jitpack.io" }
maven("https://jitpack.io")
}

dependencies {
implementation "com.github.RowDaBoat:keep-engine:1.0"
implementation("com.github.RowDaBoat", "keep-engine", "1.0-SNAPSHOT")
}
```

Expand Down

0 comments on commit 613e172

Please sign in to comment.