README.md in zephyr_ruby-0.4.0 vs README.md in zephyr_ruby-0.5.0

- old
+ new

@@ -1,9 +1,7 @@ # ZephyrRuby -[Zephyr REST API Documentation](https://support.smartbear.com/zephyr-scale-cloud/api-docs/#section/Introduction) - ## Installation Install the gem and add to the application's Gemfile by executing: $ bundle add zephyr_ruby @@ -12,10 +10,12 @@ $ gem install zephyr_ruby ## Usage -This gem provides access to the Zephyr Scale REST API. +To get started all you need to do is set your zephyr API access token and instantiate the client. + +For API endpoint usage see the official REST API documentation [here](https://support.smartbear.com/zephyr-scale-cloud/api-docs/#section/Introduction). ```ruby require 'zephyr_ruby' @client = ZephyrRuby::Client.new('YOUR_API_KEY')