Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ To [authenticate][github-oauth2] with GitHub, set the [`token`][github-token] op

```javascript
var opts = {
'token': 'tkjorjk34ek3nj4!'
'token': 'ghp_exampletoken1234567890abcdef'
};

subscriptions( opts, clbk );
Expand Down Expand Up @@ -119,7 +119,7 @@ Creates a reusable `function`.
```javascript
var opts = {
'username': 'kgryte',
'token': 'tkjorjk34ek3nj4!'
'token': 'ghp_exampletoken1234567890abcdef'
};

var get = subscriptions.factory( opts, clbk );
Expand Down
Loading