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:
Joe Kratzat 2014-12-29 11:58:53 -05:00
parent 0d0bba2458
commit 6757ee08c6
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ Example:
```ruby
client = Google::APIClient.new
urlshortener = client.discovered_api('urlshortner')
urlshortener = client.discovered_api('urlshortener')
batch = Google::APIClient::BatchRequest.new do |result|
puts result.data