Update urls in README
This commit is contained in:
parent
efe4d4a857
commit
e92a8d0e20
1 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@
|
|||
|
||||
## Features
|
||||
|
||||
Check it out [full public api](https://github.com/wulkanowy/sdk/blob/master/src/main/kotlin/io/github/wulkanowy/sdk/Sdk.kt)
|
||||
and [test examples](https://github.com/wulkanowy/sdk/blob/master/src/test/kotlin/io/github/wulkanowy/sdk/SdkRemoteTest.kt).
|
||||
Check it out [full public api](https://github.com/wulkanowy/sdk/blob/master/sdk/src/main/kotlin/io/github/wulkanowy/sdk/Sdk.kt)
|
||||
and [test examples](https://github.com/wulkanowy/sdk/blob/master/sdk/src/test/kotlin/io/github/wulkanowy/sdk/SdkRemoteTest.kt).
|
||||
|
||||
|
||||
## Download
|
||||
|
@ -19,7 +19,7 @@ and [test examples](https://github.com/wulkanowy/sdk/blob/master/src/test/kotlin
|
|||
```gradle
|
||||
allprojects {
|
||||
repositories {
|
||||
...
|
||||
...
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue