From d594d667e9a85351cc3b073b850d4a39df4ddd77 Mon Sep 17 00:00:00 2001 From: "Anders D. Johnson" Date: Sun, 8 Mar 2015 03:02:30 -0500 Subject: [PATCH] Change last googleapis to google in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb61e34b96..7e59adb582 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ openssl pkcs12 -in key.p12 -nocerts -passin pass:notasecret -nodes -out key.pem Construct a JWT client, and authenticate your requests. ``` js -var jwtClient = new googleapis.auth.JWT( +var jwtClient = new google.auth.JWT( 'serviceaccount@email.com', '/path/to/key.pem', null,