You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: fix cloud cli link in `README.md`
* Revert "chore: fix cloud cli link in `README.md`"
This reverts commit c8bcf7c.
* chore: fix cloud cli link in README.md
* cap letters
* fix maven version link
Copy file name to clipboardExpand all lines: synthtool/gcp/templates/java_library/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ The client application making API calls must be granted [authorization scopes][a
88
88
You will need a [Google Cloud Platform Console][developer-console] project with the {{metadata['repo']['name_pretty']}} [API enabled][enable-api].
89
89
{% if metadata['repo']['requires_billing'] %}You will need to [enable billing][enable-billing] to use Google {{metadata['repo']['name_pretty']}}.{% endif %}
90
90
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
91
-
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
91
+
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
92
92
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
93
93
94
94
### Installation and setup
@@ -238,14 +238,14 @@ Java is a registered trademark of Oracle and/or its affiliates.
0 commit comments