Update README, package.json

This commit is contained in:
Christine Dodrill 2015-08-04 15:50:07 -07:00
parent 2cee0ea6ef
commit f8cbc36baa
2 changed files with 11 additions and 10 deletions

View File

@ -1,11 +1,11 @@
# Shout [![](https://badge.fury.io/js/shout.png)](https://www.npmjs.org/package/shout)
# Shuo [![](https://badge.fury.io/js/shout.png)](https://www.npmjs.org/package/shout)
### [Try the Demo](http://demo.shout-irc.com/)
__What is it?__
Shuo is a web IRC client that you host on your own server. This is PonyChat's
fork of [Shout](https://github.com/erming/shout), forked due to Shout appearing
to be stagnant.
__What is it?__
Shout is a web IRC client that you host on your own server.
__What features does it have?__
__What features does it have?__
- Multiple user support
- Stays connected even when you close the browser
- Connect from multiple devices at once
@ -38,7 +38,8 @@ grunt
./index.js --port 8080
```
And if you don't have [grunt](http://gruntjs.com/getting-started) installed already, just run `npm install -g grunt-cli`.
And if you don't have [grunt](http://gruntjs.com/getting-started) installed
already, just run `npm install -g grunt-cli`.
## License

View File

@ -1,15 +1,15 @@
{
"name": "shout",
"name": "shuo",
"description": "The self-hosted Web IRC client",
"version": "0.51.1",
"author": "Mattias Erming",
"preferGlobal": true,
"bin": {
"shout": "index.js"
"shuo": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/erming/shout.git"
"url": "https://github.com/PonyChat/Shuo.git"
},
"scripts": {
"start": "node index",