From 136e7f197494f2014bf67b12efa74ecfeabddf09 Mon Sep 17 00:00:00 2001 From: Austen Date: Wed, 13 Mar 2024 00:54:48 -0700 Subject: [PATCH] chore: Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7cd8e484..7943600e2 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ In Serverless Framework V.4, we've introduced the `serverless support` command, To use this feature, after an error or any command, run: ```bash -serverless support +sls support ``` After each command, whether it succeeded or not, a new `report.md` file is created within your current working directory in the `.serverless` folder. The `support` command will prompt you to review it, if you'd like.