Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbstjn committed Jun 4, 2017
1 parent 2d2d070 commit 53e8f10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -20,13 +20,13 @@ First [create an access token](https://www.discogs.com/de/settings/developers) f
```javascript
const Discogs = new API('username', 'token')

# Get details about most recent record
// Get details about most recent record
Discogs.Last().then(console.log)

# Get number of items in your collection
// Get number of items in your collection
Discogs.Items().then(console.log)

# Get maximum, minimum, median collection value
// Get maximum, minimum, median collection value
Discogs.Value().then(console.log)
```

Expand Down

0 comments on commit 53e8f10

Please sign in to comment.