From 5d8fbb4b70def8d8af3a42c9101deb43ff1a3208 Mon Sep 17 00:00:00 2001 From: Brian Kabiro Date: Tue, 24 Jan 2017 15:59:48 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cde27db..856a44e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ You need to create a [Twitter app](https://dev.twitter.com/apps) to use the API. }; var Twitter = require('twitter-node-client').Twitter; + + //The config setup described below is for the updated package hosted on Github + //The npm package has not been updated in a while so this readme might not be valid + //if you've downloaded the package from npm. If you have any problems setting the config, + //follow the instructions on the package's download page on npm. + //(https://www.npmjs.com/package/twitter-node-client) //Get this data from your twitter apps dashboard {