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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scf4 authored Jun 10, 2017
1 parent 914189c commit 797e3b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ npm install lyricist --save
Older versions of node don't support async/await and will need to use the transpiled version (lyricist/node6), along with promises:
```js
const Lyricist = require('lyricist/node6');
const lyricist = new Lyricist(accessToken);
lyricist.song(714198).then(song => console.log(song.title));
```

## API Key
Expand Down

0 comments on commit 797e3b6

Please sign in to comment.