README.md in currency_cloud-0.7.1 vs README.md in currency_cloud-0.7.2

- old
+ new

@@ -1,10 +1,10 @@ [![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) # Currency Cloud -This is the official Ruby SDK for v2 of Currency Cloud's API. Additional documentation +This is the official Ruby SDK for v2 of Currency Cloud's API. Additional documentation for each API endpoint can be found at [connect.currencycloud.com][connect]. If you have any queries or you require support, please contact our implementation team at implementation@currencycloud.com. ## Installation You don't need this source code unless you want to modify the gem. If @@ -57,11 +57,11 @@ # @pagination= # #<CurrencyCloud::Pagination total_entries=5, total_pages=1, current_page=1, per_page=25, previous_page=-1, next_page=-1, order="created_at", order_asc_desc="asc">> ``` ## On Behalf Of -If you want to make calls on behalf of another user (e.g. someone who has a sub-account with you), you +If you want to make calls on behalf of another user (e.g. someone who has a sub-account with you), you can execute certain commands 'on behalf of' the user's contact_id. Here is an example: ```ruby CurrencyCloud.on_behalf_of("c6ece846-6df1-461d-acaa-b42a6aa74045") do beneficiary = CurrencyCloud::Beneficiary.create(<params>) @@ -124,10 +124,10 @@ When troubleshooting API calls with Currency Cloud support, including the full error in any correspondence can be very helpful. # Development -Test cases can be run with: `bundle exec rspec`. There is also a `Guardfile` that +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]