Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Sep 10, 2024
1 parent 77c9c38 commit 1029e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synthtool/gcp/templates/node_library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
1. [Select or create a Cloud Platform project][projects].{% if metadata['repo']['requires_billing'] %}
1. [Enable billing for your project][billing].{% endif %}
1. [Enable the {{ metadata['repo']['name_pretty'] }} API][enable_api].
1. [Set up authentication with a service account][auth] so you can access the
1. [Set up authentication][auth] so you can access the
API from your local workstation.
{% endif %}
### Installing the client library
Expand Down Expand Up @@ -171,4 +171,4 @@ See [LICENSE](https://github.com/{{ metadata['repo']['repo'] }}/blob/{{ metadata
[projects]: https://console.cloud.google.com/project
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
{% if metadata['repo']['api_id'] %}[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid={{ metadata['repo']['api_id'] }}{% endif %}
[auth]: https://cloud.google.com/docs/authentication/getting-started
[auth]: https://cloud.google.com/docs/authentication/external/set-up-adc-local

0 comments on commit 1029e6e

Please sign in to comment.