Skip to content

Commit

Permalink
Merge pull request #383 from adjohnson916/patch-1
Browse files Browse the repository at this point in the history
Change last googleapis to google in readme
  • Loading branch information
ryanseys committed Mar 9, 2015
2 parents ef20cb1 + d594d66 commit 2a71fd5
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 @@ -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,
Expand Down

0 comments on commit 2a71fd5

Please sign in to comment.