Skip to content

Commit

Permalink
Fixing README.md spelling mistake
Browse files Browse the repository at this point in the history
The batching example had 'urlshortener' misspelled. If someone was to copy and paste the example to test it wouldn't work.
  • Loading branch information
joekr committed Dec 29, 2014
1 parent 0d0bba2 commit 6757ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6757ee0

Please sign in to comment.