Skip to content

Commit fe376ca

Browse files
committed
docs(readme): Improve docs
1 parent f4bcaab commit fe376ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Select which functions are to be deployed based on region and stage.
1616
npm install serverless-plugin-select --save-dev
1717
```
1818

19-
* Add the plugin to the `plugins` array in your Serverless `serverless.yml`, you should place it at the of the list:
19+
* Add the plugin to the `plugins` array in your Serverless `serverless.yml`, you should place it at the top of the list:
2020

2121
```yml
2222
plugins:
@@ -26,7 +26,7 @@ plugins:
2626
2727
* Add `regions` or `stages` in your functions to select for deployment
2828

29-
* Run deploy command `sls deploy --stage STAGE --region REGION` or `sls deploy function --stage STAGE --region REGION --function FUNCTION-NAME`
29+
* Run deploy command `sls deploy --stage [STAGE NAME] --region [REGION NAME]` or `sls deploy function --stage [STAGE NAME] --region [REGION NAME] --function [FUNCTION NAME]`
3030

3131
* Functions will be deployed based on your selection
3232

0 commit comments

Comments
 (0)