From a2769f786a980dc9f884b72e06d1ca1f010576ed Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 4 Aug 2015 17:33:24 -0700 Subject: [PATCH] update readme, bump package version --- README.md | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 51250ee..6dbaba8 100644 --- a/README.md +++ b/README.md @@ -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?__ 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 ``` -sudo npm install -g shout +sudo npm install -g shuo ``` ## Usage @@ -23,10 +23,10 @@ sudo npm install -g shout 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 diff --git a/package.json b/package.json index 5e7f78d..2dd3aba 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "shuo", "description": "The self-hosted Web IRC client", - "version": "0.51.1", - "author": "Mattias Erming", + "version": "0.51.2", + "author": "PonyChat Development Team", "preferGlobal": true, "bin": { "shuo": "index.js"