update readme, bump package version

This commit is contained in:
Christine Dodrill 2015-08-04 17:33:24 -07:00
parent 9dbe50322d
commit a2769f786a
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# Shuo [![](https://badge.fury.io/js/shout.png)](https://www.npmjs.org/package/shout) # Shuo [![](https://badge.fury.io/js/shuo.png)](https://www.npmjs.org/package/shuo)
__What is it?__ __What is it?__
Shuo is a web IRC client that you host on your own server. This is PonyChat's Shuo is a web IRC client that you host on your own server. This is PonyChat's
@ -15,7 +15,7 @@ __What features does it have?__
## Install ## Install
``` ```
sudo npm install -g shout sudo npm install -g shuo
``` ```
## Usage ## Usage
@ -23,10 +23,10 @@ sudo npm install -g shout
When the install is complete, go ahead and run this in your terminal: When the install is complete, go ahead and run this in your terminal:
``` ```
shout --help shuo --help
``` ```
For more information, read the [documentation](http://shout-irc.com/docs/). For more information, read the [documentation](http://shuo-irc.com/docs/).
## Development setup ## Development setup

View File

@ -1,8 +1,8 @@
{ {
"name": "shuo", "name": "shuo",
"description": "The self-hosted Web IRC client", "description": "The self-hosted Web IRC client",
"version": "0.51.1", "version": "0.51.2",
"author": "Mattias Erming", "author": "PonyChat Development Team",
"preferGlobal": true, "preferGlobal": true,
"bin": { "bin": {
"shuo": "index.js" "shuo": "index.js"