README.md in spree-faq-2.1.1 vs README.md in spree-faq-2.2.0
- old
+ new
@@ -1,27 +1,20 @@
# Spree Frequently Asked Question
-[![Build Status](https://travis-ci.org/futhr/spree-faq.png?branch=2-1-stable)](https://travis-ci.org/futhr/spree-faq)
-[![Coverage Status](https://coveralls.io/repos/futhr/spree-faq/badge.png?branch=2-1-stable)](https://coveralls.io/r/futhr/spree-faq)
+[![Build Status](https://travis-ci.org/futhr/spree-faq.png?branch=2-2-stable)](https://travis-ci.org/futhr/spree-faq)
+[![Coverage Status](https://coveralls.io/repos/futhr/spree-faq/badge.png?branch=2-2-stable)](https://coveralls.io/r/futhr/spree-faq)
[![Code Climate](https://codeclimate.com/github/futhr/spree-faq.png)](https://codeclimate.com/github/futhr/spree-faq)
[![Gem Version](https://badge.fury.io/rb/spree-faq.png)](http://badge.fury.io/rb/spree-faq)
An Spree Commerce extension for managing FAQs.
## Installation
Add to your `Gemfile`:
```ruby
-gem 'spree-faq', '~> 2.1.0', require: 'spree_faq'
+gem 'spree_faq', '~> 2.2.0'
```
-
-or:
-
-```ruby
-gem 'spree-faq', github: 'futhr/spree-faq', require: 'spree_faq', branch: '2-1-stable'
-```
-
Then run from the command line:
bundle install
rails g spree_faq:install