From e46a1ec563c093ae040f5321d4f7433c48742325 Mon Sep 17 00:00:00 2001 From: Bill Prin Date: Wed, 11 May 2016 15:03:41 -0700 Subject: [PATCH] Update README.md --- managed_vms/endpoints/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/managed_vms/endpoints/README.md b/managed_vms/endpoints/README.md index d340f2c11a06..0aba62ba4d72 100644 --- a/managed_vms/endpoints/README.md +++ b/managed_vms/endpoints/README.md @@ -29,7 +29,7 @@ In your web browser, go to the following address: http://localhost:8080. With the app running locally, you can execute the simple echo client using: - $ python clients/echo-client.py http://localhost:8080 APIKEY + $ python clients/echo-client.py http://localhost:8080 APIKEY helloworld The `APIKEY` doesn't matter as the endpoint proxy is not running to do authentication.