BoyCook / TwitterJSClient

Twitter client written in JavaScript packaged as a node module
GNU General Public License v2.0
562 stars 176 forks source link

readme has two different require statements #27

Open jflowers45 opened 8 years ago

jflowers45 commented 8 years ago

In the readme's installation section you show var Twitter = require('twitter-node-client').Twitter; But then in the usage example you show var Twitter = require('twitter-js-client').Twitter;

47ronin commented 8 years ago

It should be the first one, otherwise the require() statement will fail. The usage example needs to be updated.