Skip to content

Commit 54b8d95

Browse files
authored
Update README.md
1 parent eb83001 commit 54b8d95

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
jcenter()
1818
}
1919
20-
compile group: 'com.adamratzman', name: 'com.adamratzman.spotify-api-kotlin', version: '3.2.01'
20+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '3.2.01'
2121
```
2222

2323
To use the latest snapshot instead, you must add the Jitpack repository as well
@@ -30,7 +30,7 @@ repositories {
3030
Then, you can use the following:
3131
```
3232
dependencies {
33-
compile 'com.github.adamint:com.adamratzman.spotify-web-api-kotlin:dev-SNAPSHOT'
33+
compile 'com.github.adamint:spotify-web-api-kotlin:dev-SNAPSHOT'
3434
}
3535
```
3636

@@ -40,7 +40,7 @@ repositories {
4040
jcenter()
4141
}
4242
43-
compile group: 'com.adamratzman', name: 'com.adamratzman.spotify-api-kotlin-android', version: '3.2.01'
43+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-android', version: '3.2.01'
4444
```
4545

4646
### Kotlin/JS
@@ -49,11 +49,11 @@ repositories {
4949
jcenter()
5050
}
5151
52-
compile group: 'com.adamratzman', name: 'com.adamratzman.spotify-api-kotlin-js', version: '3.2.01'
52+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-js', version: '3.2.01'
5353
```
5454

5555
## Documentation
56-
The `com.adamratzman.spotify-web-api-kotlin` JavaDocs are hosted at https://adamint.github.io/spotify-web-api-kotlin/com.adamratzman.spotify-web-api-kotlin/
56+
The `spotify-web-api-kotlin` JavaDocs are hosted at https://adamint.github.io/spotify-web-api-kotlin/com.adamratzman.spotify-web-api-kotlin/
5757

5858
## Samples
5959
Samples for all APIs are located in the `samples` directory

0 commit comments

Comments
 (0)