Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJacz committed Mar 29, 2018
2 parents 6a5b5fb + 115f7d4 commit 7d9c238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function getSongs(string) {
return res.body;
}

getSongs("ytsearch: ytsearch:30 second song").then(songs => {
getSongs("ytsearch:30 second song").then(songs => {
// handle loading of the tracks somehow ¯\_(ツ)_/¯
});
```
Expand Down

0 comments on commit 7d9c238

Please sign in to comment.