diff --git a/README.md b/README.md index 2e957b3c..979220c8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Run your IRC client on a server and access it from the web browser. This gives y ### Contributing Shout is __open source__ and __open for contributions__. Any sort of help is appreciated! -Come join #shout-irc on Freenode +Come join #shout-irc on Freenode! ### Screenshots @@ -26,7 +26,7 @@ And also.. `cd shout/` 4. Install Node packages -`npm install` +`sudo npm install` 5. Run the server `npm start` or `node index.js` diff --git a/config.js b/config.js index ab4cce23..1c4b0f54 100644 --- a/config.js +++ b/config.js @@ -13,8 +13,8 @@ module.exports = { onConnect: { commands: [""], join: [ - "#shout-irc", - ] + "#shout-irc", + ] } }] };