From 3b34f8a6a8e8cc2bdfabc5cdb6d30347bede860d Mon Sep 17 00:00:00 2001 From: Andrea Lin Date: Fri, 8 Jun 2018 10:57:38 -0700 Subject: [PATCH] update websecurityscanner readme (#3352) --- .../google-cloud-websecurityscanner/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-cloud-clients/google-cloud-websecurityscanner/README.md b/google-cloud-clients/google-cloud-websecurityscanner/README.md index b22955784fbd..b14197644996 100644 --- a/google-cloud-clients/google-cloud-websecurityscanner/README.md +++ b/google-cloud-clients/google-cloud-websecurityscanner/README.md @@ -52,7 +52,7 @@ See the [Web Security Scanner client library docs][websecurityscanner-client-lib Getting Started --------------- #### Prerequisites -You will need a [Google Developers Console](https://console.developers.google.com/) project with the Text-to-Speech API enabled. [Follow these instructions](https://cloud.google.com/docs/authentication#preparation) to get your project set up. You will also need to set up the local development environment by [installing the Google Cloud SDK](https://cloud.google.com/sdk/) and running the following commands in command line: `gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`. +You will need a [Google Developers Console](https://console.developers.google.com/) project with the Web Security Scanner API enabled. [Follow these instructions](https://cloud.google.com/docs/authentication#preparation) to get your project set up. You will also need to set up the local development environment by [installing the Google Cloud SDK](https://cloud.google.com/sdk/) and running the following commands in command line: `gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`. #### Installation and setup You'll need to obtain the `google-cloud-websecurityscanner` library. See the [Quickstart](#quickstart) section to add `google-cloud-websecurityscanner` as a dependency in your code. @@ -64,7 +64,7 @@ To get help, follow the instructions in the [shared Troubleshooting document](ht Transport --------- -Text-to-Speech uses gRPC for the transport layer. +Web Security Scanner uses gRPC for the transport layer. Java Versions -------------