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.