From 769903e8ab0081f54a0e66f408ebcff7b720d1c9 Mon Sep 17 00:00:00 2001 From: Yang Guan Date: Thu, 1 Sep 2016 15:06:59 -0700 Subject: [PATCH] Correct the usage of the echo-client.py command (#494) The command requires three arguments while the instruction only specified two. --- appengine/flexible/endpoints/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/flexible/endpoints/README.md b/appengine/flexible/endpoints/README.md index 523687c12619..2c7fccbb9d87 100644 --- a/appengine/flexible/endpoints/README.md +++ b/appengine/flexible/endpoints/README.md @@ -55,7 +55,7 @@ With the project deployed, you'll need to create an API key to access the API. With the API key, you can use the echo client to access the API: - $ python clients/echo-client.py https://YOUR-PROJECT-ID.appspot.com YOUR-API-KEY + $ python clients/echo-client.py https://YOUR-PROJECT-ID.appspot.com YOUR-API-KEY helloworld ### Using the JWT client (with key file)