README.md in zephyr_ruby-0.2.0 vs README.md in zephyr_ruby-0.3.0

- old
+ new

@@ -1,9 +1,7 @@ # ZephyrRuby -Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/zephyr_ruby`. To experiment with that code, run `bin/console` for an interactive prompt. - ## Installation Install the gem and add to the application's Gemfile by executing: $ bundle add zephyr_ruby @@ -18,14 +16,12 @@ ```ruby require 'zephyr_ruby' @client = ZephyrRuby::Client.new('YOUR_API_KEY') - -puts @client.list_test_cases ``` -## Links to Zephyr Scale REST API Documentation +## Zephyr Scale REST API Documentation - [Overview](https://support.smartbear.com/zephyr-scale-cloud/api-docs/#section/Introduction) ## Development After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.