README.md in artikcloud-2.0.7 vs README.md in artikcloud-2.0.8

- old
+ new

@@ -16,19 +16,19 @@ ``` Then either install the gem locally: ```shell -gem install ./artikcloud-2.0.7.gem +gem install ./artikcloud-2.0.8.gem ``` -(for development, run `gem install --dev ./artikcloud-2.0.7.gem` to install the development dependencies) +(for development, run `gem install --dev ./artikcloud-2.0.5.gem` to install the development dependencies) or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/). Finally add this to the Gemfile: - gem 'artikcloud', '~> 2.0.7' + gem 'artikcloud', '~> 2.0.8' ### Install from Git If the Ruby gem is hosted at a git repository: https://github.com/YOUR_GIT_USERNAME/YOUR_GIT_REPO, then add the following in the Gemfile: @@ -272,10 +272,10 @@ ### artikcloud_oauth - **Type**: OAuth - **Flow**: implicit - **Authorization URL**: https://accounts.artik.cloud/authorize -- **Scopes**: +- **Scopes**: - read:artikcloud: Read from ARTIK Cloud - write:artikcloud: Write from ARTIK Cloud More about ARTIK Cloud -------------------------