diff --git a/config.js b/config.js index 25d072a..2d10e5e 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,7 @@ // Put your own Twitter App keys here. See README.md for more detail. module.exports = { - consumer_key: 'blah', - consumer_secret: 'blah', - access_token: 'blah', - access_token_secret: 'blah' + consumer_key: 'blah blah', + consumer_secret: 'blah blah', + access_token: 'blah blah', + access_token_secret: 'blah blah' }