Skip to content

Commit 769903e

Browse files
lookuptableJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Correct the usage of the echo-client.py command (#494)
The command requires three arguments while the instruction only specified two.
1 parent 037be58 commit 769903e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/flexible/endpoints/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ With the project deployed, you'll need to create an API key to access the API.
5555

5656
With the API key, you can use the echo client to access the API:
5757

58-
$ python clients/echo-client.py https://YOUR-PROJECT-ID.appspot.com YOUR-API-KEY
58+
$ python clients/echo-client.py https://YOUR-PROJECT-ID.appspot.com YOUR-API-KEY helloworld
5959

6060
### Using the JWT client (with key file)
6161

0 commit comments

Comments
 (0)