From f8cbc36baaa56ec5272e41bd45e3efb395c1291c Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 4 Aug 2015 15:50:07 -0700 Subject: [PATCH] Update README, package.json --- README.md | 15 ++++++++------- package.json | 6 +++--- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 78e57b9..51250ee 100644 --- a/README.md +++ b/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 diff --git a/package.json b/package.json index 87ca003..5e7f78d 100644 --- a/package.json +++ b/package.json @@ -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",