Skip to content

Commit c80a96f

Browse files
author
Simon
committed
merged from origin
2 parents 8bb8859 + a146847 commit c80a96f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,12 @@ In your Gradle build, simply include the following repository and dependency:
5959
maven {
6060
setUrl("https://dl.bintray.com/s1m0nw1/KtsRunner")
6161
}
62+
```
6263

63-
compile("de.swirtz:ktsRunner:0.0.x")
64-
64+
```kotlin
65+
dependencies {
66+
//...
67+
compile("de.swirtz:ktsRunner:0.0.x")
68+
}
6569
```
6670

0 commit comments

Comments
 (0)