Skip to content

Commit 1ad37f0

Browse files
authored
Update README.md
1 parent 1b3218e commit 1ad37f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ There are 2 ways to include this framework in your bot:
3737
```groovy
3838
...
3939
repositories {
40-
...
41-
maven { url 'https://jitpack.io' }
42-
}
40+
...
41+
maven { url 'https://jitpack.io' }
42+
}
4343
...
4444
dependencies {
4545
...
4646
compile 'com.github.ThiagoTGM:ModularCommands:@VERSION@'
47-
}
47+
}
4848
...
4949
```
5050
Where `@VERSION@` should be replaced with the desired version.

0 commit comments

Comments
 (0)