README.md in google-api-client-0.8.1.1 vs README.md in google-api-client-0.8.2
- old
+ new
@@ -135,10 +135,10 @@
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
end