Skip to content

Commit

Permalink
Styling markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemoore committed Nov 23, 2015
1 parent 3272fd3 commit 50a0093
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Expand Up @@ -159,7 +159,9 @@ Get Spotify catalog information about an artist’s top tracks by country.
```js
Spotify.getArtistTopTracks('Artist Id or Spotify Artist URI', 'Country Code');
```
The country: an ISO 3166-1 alpha-2 country code.
- The country: an ISO 3166-1 alpha-2 country code.


Example:
```js
Spotify
Expand Down Expand Up @@ -246,7 +248,7 @@ Spotify.getCategory(category_id, options);
```

##### Required
category_id - The Spotify category ID for the category.
- category_id - The Spotify category ID for the category.

##### Options Object (Optional)
- country - string - Optional. A country: an ISO 3166-1 alpha-2 country code. Provide this parameter if you want the list of returned items to be relevant to a particular country. If omitted, the returned items will be relevant to all countries.
Expand All @@ -266,7 +268,7 @@ Spotify.getCategoryPlaylists(category_id, options);
```

##### Required
category_id - The Spotify category ID for the category.
- category_id - The Spotify category ID for the category.

##### Options Object (Optional)
- country - string - Optional. A country: an ISO 3166-1 alpha-2 country code. Provide this parameter if you want the list of returned items to be relevant to a particular country. If omitted, the returned items will be relevant to all countries.
Expand Down Expand Up @@ -640,7 +642,7 @@ Get Spotify catalog information about artists, albums, or tracks that match a ke
```js
Spotify.search('Search Query', 'type', options);
```
type - Required. A comma-separated list of item types to search across. Valid types are: album, artist, playlist, and track.
- type - Required. A comma-separated list of item types to search across. Valid types are: album, artist, playlist, and track.

##### Options Object (Optional)
- limit - Optional. The maximum number of objects to return. Default: 20. Minimum: 1. Maximum: 50.
Expand Down

0 comments on commit 50a0093

Please sign in to comment.