From 8ed7309f38d3361976360f4476f22266916bdd6e Mon Sep 17 00:00:00 2001 From: Sarah Allen Date: Thu, 12 May 2016 10:42:11 -0500 Subject: [PATCH] Updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd744f5..196f6df 100644 --- a/README.md +++ b/README.md @@ -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