Skip to content

Commit ad61fc8

Browse files
Updated Steps in Browse API
Refactored markdown code
1 parent 1add137 commit ad61fc8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@
9393

9494
### [Browse API Methods](https://github.com/cthacker-udel/Java-Spotify-API/blob/master/src/test/java/getRequests/BrowseTest.java)
9595

96-
* Step 1
96+
**Step 1**
9797
* Access browse seed instance by utilizing the method `.getSeed()` with your SpotifyClient instance
9898
* Once the seed instance has been created, add Artist, Track IDs by utilizing the method `.addSeedArtist("ID")` and `.addSeedTrack("ID")`, and also adding the genre name (as a String) with the method `.addSeedGenre(String genreName)`
99-
* Step 2
99+
100+
**Step 2**
100101
* Once the seed has been given values for either artist, track, or genre, observe which instances need to be utilized for individual method calls by referencing this file : [BrowseTest.java](https://github.com/cthacker-udel/Java-Spotify-API/blob/master/src/test/java/getRequests/BrowseTest.java)

0 commit comments

Comments
 (0)