Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lostcodder committed Oct 4, 2017
1 parent 2595787 commit 9ef190f
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 @@ -12,7 +12,7 @@ var PonyApi = require('node-ponyapi')
var bot = new PonyApi('Your Access Token')

// Method that returns current user ID, first name and last name
bot.api.users.get({}, (res) => {
bot.api.users.get((res) => {
console.log(res);
})

Expand Down

0 comments on commit 9ef190f

Please sign in to comment.