Merge pull request #188 from joekr/master
Fixing README.md spelling mistake
This commit is contained in:
commit
02df52f57d
|
@ -137,7 +137,7 @@ Example:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
client = Google::APIClient.new
|
client = Google::APIClient.new
|
||||||
urlshortener = client.discovered_api('urlshortner')
|
urlshortener = client.discovered_api('urlshortener')
|
||||||
|
|
||||||
batch = Google::APIClient::BatchRequest.new do |result|
|
batch = Google::APIClient::BatchRequest.new do |result|
|
||||||
puts result.data
|
puts result.data
|
||||||
|
|
Loading…
Reference in New Issue