Skip to content

Commit 01afa60

Browse files
authored
Update README.md
1 parent 7bb2693 commit 01afa60

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ Please see [the Java section](#java) for more details.
1414
[![codebeat badge](https://codebeat.co/badges/0ab613b0-31d7-4848-aebc-4ed1e51f069c)](https://codebeat.co/projects/github-com-adamint-spotify-web-api-kotlin-master)
1515

1616
## Table of Contents
17-
* [Library installing](#library-installing)
18-
+ [JVM, Android, JS, Native](#jvm-android-js)
17+
* [Oerview and how to install](#overview-and-how-to-install)
18+
+ [JVM, Android, JS, Native](#jvm-android-js-native-apple)
1919
+ [Android information](#android)
20+
* [Android sample app](#android-sample-application)
2021
* [Documentation](#documentation)
2122
* [Need help, have a question, or want to contribute?](#have-a-question)
2223
* [Creating a new api instance](#creating-a-new-api-instance)
@@ -40,12 +41,12 @@ Please see [the Java section](#java) for more details.
4041
+ [Track Relinking](#track-relinking)
4142
* [Contributing](#contributing)
4243

43-
## Library installing
44+
## Overview and how to install
4445
Current version:
4546

4647
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.adamratzman/spotify-api-kotlin-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.adamratzman/spotify-api-kotlin-core)
4748

48-
### JVM, Android, JS, Native Desktop (macOS, Windows, Linux), iOS/tvOS
49+
### JVM, Android, JS, Native, Apple
4950
```
5051
repositories {
5152
mavenCentral()
@@ -88,6 +89,9 @@ packagingOptions {
8889
}
8990
```
9091

92+
#### Android sample application
93+
You can find a simple sample application demonstrating how to use spotify-web-api-kotlin in a modern Android app, as well as how to integrate with the Spotify app, [here](https://github.com/Nielssg/Spotify-Api-Test-App).
94+
9195
## Documentation
9296
The `spotify-web-api-kotlin` JavaDocs are hosted [here](https://adamint.github.io/spotify-web-api-kotlin-docs/).
9397

0 commit comments

Comments
 (0)