From d00e8803d3108cc6227ac71b882dd45ed73ed3fc Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Wed, 18 Jun 2014 12:11:51 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- config.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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", + ] } }] };