Skip to content

Commit

Permalink
Merge d594d66 into 9ef3bc7
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders D. Johnson committed Mar 8, 2015
2 parents 9ef3bc7 + d594d66 commit e179f73
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 e179f73

Please sign in to comment.