Skip to content

Commit

Permalink
Updated description and SVG badges on README
Browse files Browse the repository at this point in the history
  • Loading branch information
brodock authored and Gabriel Mazetto committed Apr 14, 2015
1 parent db181f4 commit c91d04c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# lita-hangout

[![Build Status](https://travis-ci.org/brodock/lita-hangout.png?branch=master)](https://travis-ci.org/brodock/lita-hangout)
[![Coverage Status](https://coveralls.io/repos/brodock/lita-hangout/badge.png)](https://coveralls.io/r/brodock/lita-hangout)
[![Build Status](https://travis-ci.org/brodock/lita-hangout.svg?branch=master)](https://travis-ci.org/brodock/lita-hangout)
[![Coverage Status](https://coveralls.io/repos/brodock/lita-hangout/badge.svg?branch=master)](https://coveralls.io/r/brodock/lita-hangout?branch=master)

TODO: Add a description of the plugin.
Lita handler plugin to generate Google+ Hangout URLs

## Installation

Expand All @@ -17,7 +17,7 @@ gem "lita-hangout"

You must define a Google Apps domain settings to use this plugin:

```
```ruby
config.handlers.hangout.domain='exampple.com'
```

Expand Down

0 comments on commit c91d04c

Please sign in to comment.