Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dannytranlx committed Sep 24, 2013
1 parent e2cd1b3 commit 303fa47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ HTTP Method
: `DELETE`

##### Expected input
The expected input must contain the type, and the id of the media to be played.
The expected input must contain the type, and the id of the media to be deleted.

###### Example
```
Expand All @@ -438,4 +438,4 @@ id: 1
None.

##### Notes
To clear the playlist, just pass `any` in the `type` parameter and the `id` can be left out.
To clear the playlist, just pass `any` in the `type` parameter and the `id` can be left out.

0 comments on commit 303fa47

Please sign in to comment.