From ce6e09b9522f16e139bb04d42aebb129b37702c1 Mon Sep 17 00:00:00 2001 From: Mitch Dempsey Date: Thu, 22 Aug 2013 17:29:59 -0700 Subject: [PATCH] Updating readme docs --- README.md | 4 +++- lita-eightball.gemspec | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9600da8..632d544 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Code Climate](https://codeclimate.com/github/webdestroya/lita-eightball.png)](https://codeclimate.com/github/webdestroya/lita-eightball) [![Coverage Status](https://coveralls.io/repos/webdestroya/lita-eightball/badge.png)](https://coveralls.io/r/webdestroya/lita-eightball) -**lita-eightball** is a handler for [Lita](https://github.com/jimmycuadra/lita) that allows you to roll an eight-ball +**lita-eightball** is a handler for [Lita](https://github.com/jimmycuadra/lita) that allows you to roll an eight-ball. ## Installation @@ -21,6 +21,8 @@ To roll the eightball, do any of these commands: Lita: 8ball Lita: eightball +Alternatively, it will also accept `!8ball` in the chatroom. + ## License [MIT](http://opensource.org/licenses/MIT) \ No newline at end of file diff --git a/lita-eightball.gemspec b/lita-eightball.gemspec index 8591b36..3bbbbe3 100644 --- a/lita-eightball.gemspec +++ b/lita-eightball.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "lita-eightball" - spec.version = "1.0.0" + spec.version = "1.0.1" spec.authors = ["Mitch Dempsey"] spec.email = ["mitch@mitchdempsey.com"] spec.description = %q{A Lita handler for shaking an eightball.}