README.md in balanced-0.7.0 vs README.md in balanced-0.7.1

- old
+ new

@@ -17,15 +17,17 @@ Or install it yourself as: $ gem install balanced -## Usage +## Documentation & Usage -See https://www.balancedpayments.com/docs/overview?language=ruby for tutorials and documentation. +* [Balanced Overview](https://www.balancedpayments.com/docs/overview?language=ruby) +* [RDoc](http://rubydoc.info/gems/balanced) +* [Balanced API with Ruby examples](https://www.balancedpayments.com/docs/api?language=ruby) +* [Example scripts](https://github.com/balanced/balanced-ruby/tree/master/examples) - ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Write your code **and unit tests** @@ -73,6 +75,6 @@ ### Troubleshooting #####OpenSSL SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError) -The machine's Ruby/OpenSSL environment can't find any root certificates to trust. Please refer [here](http://www.google.com/search?q=SSL+connect+returned=1+errno=0+state=SSLv3) to find the best solution for your environment. \ No newline at end of file +The machine's Ruby/OpenSSL environment can't find any root certificates to trust. Please refer [here](http://www.google.com/search?q=SSL+connect+returned=1+errno=0+state=SSLv3) to find the best solution for your environment.