Skip to content

Commit dd707a0

Browse files
committed
fix odd wording
1 parent 07f8ebb commit dd707a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TESTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ To run **only** public endpoint tests, run
88

99
To run **all** tests, you need a valid Spotify application, redirect uri, and token string. use:
1010

11-
An example: `gradle test -PclientId=YOUR_CLIENT_ID -PclientSecret=YOUR_CLIENT_SECRET -PspotifyRedirectUri=SPOTIFY_REDIRECT_URI -PspotifyTokenString=SPOTIFY_TOKEN`
11+
`gradle test -PclientId=YOUR_CLIENT_ID -PclientSecret=YOUR_CLIENT_SECRET -PspotifyRedirectUri=SPOTIFY_REDIRECT_URI -PspotifyTokenString=SPOTIFY_TOKEN`
1212

1313
Some tests may fail if you do not allow access to all required scopes. To mitigate this, you can individually grant
1414
each scope or use the following code snippet to print out the Spotify token string (given a generated authorization code)
1515

16-
**Generate authorization URL**
16+
**How to generate an authorization URL**
1717
```kotlin
1818
import com.adamratzman.spotify.main.SpotifyScope
1919
import com.adamratzman.spotify.main.spotifyApi
@@ -28,7 +28,7 @@ spotifyApi {
2828

2929
```
3030

31-
**Get Spotify token**
31+
**How to get a Spotify token**
3232
```kotlin
3333
import com.adamratzman.spotify.main.spotifyApi
3434

0 commit comments

Comments
 (0)