Skip to content

Commit

Permalink
Merge pull request #48 from zooniverse/update-readme
Browse files Browse the repository at this point in the history
Updated readme
  • Loading branch information
eatyourgreens committed May 12, 2016
2 parents 2eb157e + 8ed7309 commit 836bf76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ You can install the client from [NPM](https://www.npmjs.com/package/panoptes-cli
and use it with:

```
{auth, apiClient, talkClient} = require('panoptes-client');
apiClient = require('panoptes-client/lib/api-client');
auth = require('panoptes-client/lib/auth');
talkClient = require('panoptes-client/lib/talk-client');
```

### Documentation
Expand Down

0 comments on commit 836bf76

Please sign in to comment.