From faaa4719c66617439ef8a958e9e06a27e7ee2659 Mon Sep 17 00:00:00 2001 From: pablopez Date: Thu, 5 Jan 2023 16:37:59 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5a9919..2fb052a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This will write to /bin/hello the hello-world string You can execute a command using the /exec endpoint and POSTing the command. ```bash -$ curl -X POST /exec -d 'command=ls -la' +$ curl -X POST localhost:8080/exec -d 'command=ls -la' ``` This will capture and return the STDOUT of the command executed.