TwitterJSClient icon indicating copy to clipboard operation
TwitterJSClient copied to clipboard

readme has two different require statements

Open jflowers45 opened this issue 10 years ago • 1 comments

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;

jflowers45 avatar Sep 11 '15 18:09 jflowers45

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

47ronin avatar Jan 15 '16 19:01 47ronin