README.md in zephyr_ruby-0.3.0 vs README.md in zephyr_ruby-0.4.0
- old
+ new
@@ -1,7 +1,9 @@
# 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
@@ -17,12 +19,9 @@
```ruby
require 'zephyr_ruby'
@client = ZephyrRuby::Client.new('YOUR_API_KEY')
```
-
-## 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.