Update README

This commit is contained in:
Mattias Erming 2014-06-18 12:11:51 +02:00
parent 45ad829499
commit d00e8803d3
2 changed files with 4 additions and 4 deletions

View file

@ -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`

View file

@ -13,8 +13,8 @@ module.exports = {
onConnect: {
commands: [""],
join: [
"#shout-irc",
]
"#shout-irc",
]
}
}]
};