Skip to content

Commit

Permalink
document optional client option
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkbonhomme committed Jul 10, 2015
1 parent fe9e656 commit 43462d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ Example Usage
var stream = new Gnip.Stream({
url : 'https://stream.gnip.com:443/accounts/xxx/publishers/twitter/streams/track/prod.json',
user : 'xxx',
password : 'xxx'
password : 'xxx',
client: xxx // optional
});
stream.on('ready', function() {
console.log('Stream ready!');
Expand Down

0 comments on commit 43462d4

Please sign in to comment.