From 4f7e20e046438a4680812adf26b4a586f4953872 Mon Sep 17 00:00:00 2001 From: Rustem Galiullin Date: Mon, 12 Jun 2023 07:54:11 +0400 Subject: [PATCH] Fix function invokation to joke/joke --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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