Skip to content

Commit

Permalink
Merge pull request #12 from Coaxial/update-readme
Browse files Browse the repository at this point in the history
Update example's signature
  • Loading branch information
tanepiper committed Sep 14, 2015
2 parents bd52d6e + 849d878 commit 7ad00de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -17,8 +17,9 @@ You can also install via git by cloning: `git clone https://github.com/tanepiper
Usage
-----
var Bitly = require('bitly');
var bitly = new Bitly('<YOUR USERNAME>', '<YOUR API KEY>');

var bitly = new Bitly('<YOUR ACCESS TOKEN>');
// To get your access token, visit https://bitly.com/a/oauth_apps (under Generic Access Token)


/**
* With callback
Expand Down

0 comments on commit 7ad00de

Please sign in to comment.