README.md in currency_cloud-0.9.0 vs README.md in currency_cloud-0.10.0

- old
+ new

@@ -1,12 +1,13 @@ [![Gem Version](https://badge.fury.io/rb/currency_cloud.svg)](http://badge.fury.io/rb/currency_cloud) [![Build Status](https://travis-ci.org/CurrencyCloud/currencycloud-ruby.png?branch=master)](https://travis-ci.org/CurrencyCloud/currencycloud-ruby) # Currencycloud -This is the official Ruby SDK for v2 of Currencycloud's API. Additional documentation -for each API endpoint can be found at [developer.currencycloud.com][developer]. If you have any queries or you require support, please contact our sales team at sales@currencycloud.com. +This is the official Ruby SDK for the Currencycloud API. Additional documentation for each API endpoint can be found at [developer.currencycloud.com][docs]. +If you have any queries or you require support, please contact our development team at development@currencycloud.com Please quote your login id in any correspondence as this makes it easier for us to locate your account and give you the support you need. + ## Installation You don't need this source code unless you want to modify the gem. If you just want to use the library in your application, you should run: @@ -89,11 +90,11 @@ --- platform: Ruby 1.9.3 request: parameters: login_id: non-existent-login-id - api_key: ef0fd50fca1fb14c1fab3a8436b9ecb57528f0 + api_key: deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef verb: post url: https://devapi.currencycloud.com/v2/authenticate/api response: status_code: 400 date: Wed, 29 Apr 2015 22:46:53 GMT @@ -128,9 +129,10 @@ Test cases can be run with: `bundle exec rspec`. There is also a `Guardfile` that is useful for continuously rerunning tests while you develop. ## Dependencies + * [HTTParty][httparty] * [json][json] ## Versioning