update README.md to 0.9.pre3

A couple of updates for installing pre3.
This commit is contained in:
sugitak 2015-08-11 19:10:28 +09:00
parent 8daeb2cc1e
commit d1be2db651
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ migrate to the latest version.
Add this line to your application's Gemfile:
```ruby
gem 'google-api-client', '0.9.pre2'
gem 'google-api-client', '0.9.pre3'
```
@ -25,7 +25,7 @@ And then execute:
Or install it yourself as:
$ gem install google-api-client
$ gem install google-api-client --pre
## Usage