diff --git a/README.md b/README.md index aefcb61..23a05e0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Deployed functions ('doctl sbx fn get --url' for URL): ``` # execute the function -> doctl serverless functions invoke joke +> doctl serverless functions invoke joke/joke { "body": { "response_type": "in_channel", @@ -41,7 +41,7 @@ Deployed functions ('doctl sbx fn get --url' for URL): } ``` -Note the CLI command can be abbreviated as `doctl sls fn invoke joke`. +Note the CLI command can be abbreviated as `doctl sls fn invoke joke/joke`. ### Learn More