From fba56623726e20815557df2b8e2b20a66dbf2524 Mon Sep 17 00:00:00 2001 From: Adam Ross Date: Fri, 5 Oct 2018 10:21:34 -0700 Subject: [PATCH] docs: Remove code format from Application Default Credentials (#483) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ffe83b2..038fd653 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ They are best suited for cases when the call needs to have the same identity and #### Download your Service Account Credentials JSON file -To use `Application Default Credentials`, You first need to download a set of JSON credentials for your project. Go to **APIs & Auth** > **Credentials** in the [Google Developers Console][devconsole] and select **Service account** from the **Add credentials** dropdown. +To use Application Default Credentials, You first need to download a set of JSON credentials for your project. Go to **APIs & Auth** > **Credentials** in the [Google Developers Console][devconsole] and select **Service account** from the **Add credentials** dropdown. > This file is your *only copy* of these credentials. It should never be > committed with your source code, and should be stored securely.