Skip to content

Commit

Permalink
Change last googleapis to google in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders D. Johnson committed Mar 8, 2015
1 parent 9ef3bc7 commit d594d66
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 d594d66

Please sign in to comment.