Merge pull request #265 from sugitak/patch-1
update README.md to 0.9.pre3
This commit is contained in:
		
						commit
						29b309ffec
					
				| 
						 | 
					@ -15,7 +15,7 @@ migrate to the latest version.
 | 
				
			||||||
Add this line to your application's Gemfile:
 | 
					Add this line to your application's Gemfile:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```ruby
 | 
					```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:
 | 
					Or install it yourself as:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    $ gem install google-api-client
 | 
					    $ gem install google-api-client --pre
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Usage
 | 
					## Usage
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue