README.md in omniauth-webex-oauth2-0.0.1 vs README.md in omniauth-webex-oauth2-0.0.2
- old
+ new
@@ -1,14 +1,18 @@
+[![Gem Version](https://badge.fury.io/rb/omniauth-webex-oauth2.svg)](https://badge.fury.io/rb/omniauth-webex-oauth2)
+[![Build Status](https://travis-ci.org/suhaspan/omniauth-webex-oauth2.svg?branch=master)](https://travis-ci.org/suhaspan/omniauth-webex-oauth2)
+[![Code Climate](https://codeclimate.com/github/suhaspan/omniauth-webex-oauth2/badges/gpa.svg)](https://codeclimate.com/github/suhaspan/omniauth-webex-oauth2)
+
+
# OmniAuth::Strategies::Webex
OAuth2 Strategy for [Cisco WebEx Teams (Cisco Spark)](https://www.webex.com/products/teams/index.html)
## Installation
-Add this line to your application's Gemfile along with OmniAuth:
+Add this line to your application's Gemfile:
```ruby
-gem 'omniauth'
gem 'omniauth-webex-oauth2'
```
And then execute: