Merge pull request #2802 from n-ina/fix_quick_start

Fix deploy function command at quick start.
This commit is contained in:
Philipp Muens 2016-11-29 07:30:14 +01:00 committed by GitHub
commit f6cf176b52

View File

@ -57,7 +57,7 @@ Serverless is an MIT open-source project, actively maintained by a full-time, ve
* ##### Deploy Function:
* Use this to quickly upload and overwrite your AWS Lambda code on AWS, allowing you to develop faster.
* `serverless deploy function -f myfunction`
* `serverless deploy function -f hello`
* ##### Invoke a Function:
* Invokes an AWS Lambda Function on AWS and returns logs.