From 6757ee08c6e340923ac7fe82df11c791f4570e53 Mon Sep 17 00:00:00 2001 From: Joe Kratzat Date: Mon, 29 Dec 2014 11:58:53 -0500 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03124d5cc..afb6bc531 100644 --- a/README.md +++ b/README.md @@ -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