From 06189a02278e27be7aaa578d8432abc5a9e6af65 Mon Sep 17 00:00:00 2001 From: Daniel Strebel Date: Fri, 26 May 2023 15:59:40 +0200 Subject: [PATCH] docs(apigee-envoy-quickstart): fix copy-paste error on cli instruction --- tools/apigee-envoy-quickstart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/apigee-envoy-quickstart/README.md b/tools/apigee-envoy-quickstart/README.md index 2efc7f245..a27af2b8e 100644 --- a/tools/apigee-envoy-quickstart/README.md +++ b/tools/apigee-envoy-quickstart/README.md @@ -136,7 +136,7 @@ The Apigee Envoy Quickstart Toolkit sets up the Envoy proxies with Apigee adapte 1. **Run to install the quickstart toolkit.** ```bash cd ${DEVREL_HOME}/tools/apigee-envoy-quickstart/ - ./aekitctl.sh --type istio-apigee-envoy --action install + ./aekitctl.sh --type standalone-apigee-envoy --action install ``` 1. **On successful run, it displays the commands (kubeclt run, curl) to validate the traffic intiated to the Envoy endpoints being protected by Apigee Adapter service.**