README.md in pesapal-1.6.0 vs README.md in pesapal-1.7.0
- old
+ new
@@ -1,21 +1,21 @@
[Pesapal RubyGem][2]
===============
-<a href="http://badge.fury.io/rb/pesapal"><img src="https://badge.fury.io/rb/pesapal@2x.png" alt="Gem Version" height="18"></a>
-[![Build Status](https://travis-ci.org/itsmrwave/pesapal-gem.png?branch=master)](https://travis-ci.org/itsmrwave/pesapal-gem)
-[![Code Climate](https://codeclimate.com/github/itsmrwave/pesapal-gem.png)](https://codeclimate.com/github/itsmrwave/pesapal-gem)
-[![Coverage Status](https://coveralls.io/repos/itsmrwave/pesapal-gem/badge.png)](https://coveralls.io/r/itsmrwave/pesapal-gem)
-[![Dependency Status](https://gemnasium.com/itsmrwave/pesapal-gem.png)](https://gemnasium.com/itsmrwave/pesapal-gem)
+[![Gem Version](https://badge.fury.io/rb/pesapal.svg)](https://badge.fury.io/rb/pesapal)
+[![Build Status](https://travis-ci.org/itsmrwave/pesapal-gem.svg?branch=master)](https://travis-ci.org/itsmrwave/pesapal-gem)
+[![Code Climate](https://codeclimate.com/github/itsmrwave/pesapal-gem/badges/gpa.svg)](https://codeclimate.com/github/itsmrwave/pesapal-gem)
+[![Coverage Status](https://coveralls.io/repos/github/itsmrwave/pesapal-gem/badge.svg?branch=master)](https://coveralls.io/github/itsmrwave/pesapal-gem?branch=master)
+[![Dependency Status](https://gemnasium.com/badges/github.com/itsmrwave/pesapal-gem.svg)](https://gemnasium.com/github.com/itsmrwave/pesapal-gem)
Basically it's a gem that makes it easy to integrate your app with
[Pesapal][1]'s payment gateway. It Handles all the [oAuth stuff][3] abstracting
any direct interaction with the API endpoints so that you can focus on what
matters. _Building awesome_.
-The gem should be [up on RubyGems.org][4], it's [accompanying RubyDoc reference
+The gem should be [up on RubyGems.org][4], it's [accompanying API reference
here][9], the [CHANGELOG here][5] and [all the releases here][6].
[Check out the homepage for details][2] i.e. on usage, support, issues,
contributing, testing etc.
@@ -40,16 +40,9 @@
For Rails, you need to run the generator to create sample pesapal.yml file:
rails generate pesapal:install
-
-Contributors
-------------
-
-Special thanks to:
-
-* [Isaac Mogetutu][10] ([@mogetutu][11])
License
-------