Update README, package.json
This commit is contained in:
parent
2cee0ea6ef
commit
f8cbc36baa
15
README.md
15
README.md
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue