Skip to content

Commit

Permalink
Updating readme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
webdestroya committed Aug 23, 2013
1 parent 1b8a9dd commit ce6e09b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
2 changes: 1 addition & 1 deletion lita-eightball.gemspec
Original file line number Diff line number Diff line change
@@ -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.}
Expand Down

0 comments on commit ce6e09b

Please sign in to comment.