diff --git a/config.sample.js b/config.sample.js index 17f52a4..2ba6baa 100644 --- a/config.sample.js +++ b/config.sample.js @@ -8,6 +8,7 @@ // 2. Copy this file to config.js // 3. Add your private Twitter API credentials // 4. Include the screen name for the timeline, do not include an @ symbol +// 5. Rename this file to config.js module.exports = { consumer_key: '', @@ -15,4 +16,4 @@ module.exports = { access_token: '', access_token_secret: '', screen_name: '' -}; \ No newline at end of file +};