From bc86993a71d99f92f43dcfd6ba8b13fd86219f92 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 7 Jan 2019 21:40:18 -0800 Subject: [PATCH] fixy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 203f15c7..fbbaf2e4 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,7 @@ async function main() { main().catch(console.error); ``` -The parameters for the JWT auth client including how to use it with a `.pem` file are explained in [samples/jwt.js](samples/jwt.js). +The parameters for the JWT auth client including how to use it with a `.pem` file are explained in [samples/jwt.js](/~https://github.com/googleapis/google-auth-library-nodejs/blob/master/samples/jwt.js). #### Loading credentials from environment variables Instead of loading credentials from a key file, you can also provide them using an environment variable and the `GoogleAuth.fromJSON()` method. This is particularly convenient for systems that deploy directly from source control (Heroku, App Engine, etc).