From 0fbb033d8c6fa7739bfa75ebcdb870827ae40988 Mon Sep 17 00:00:00 2001 From: Yang Guan Date: Thu, 1 Sep 2016 15:14:23 -0500 Subject: [PATCH] Correct the usage of the echo-client.py command 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 523687c1261..2c7fccbb9d8 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)