TwitterJSClient
TwitterJSClient copied to clipboard
readme has two different require statements
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;
It should be the first one, otherwise the require() statement will fail. The usage example needs to be updated.