Fixing README.md spelling mistake
The batching example had 'urlshortener' misspelled. If someone was to copy and paste the example to test it wouldn't work.
This commit is contained in:
parent
0d0bba2458
commit
6757ee08c6
|
@ -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