From 1ea8faf08f9b9e217df83412adba9045907ba7fb Mon Sep 17 00:00:00 2001 From: Philipp Muens Date: Thu, 2 Mar 2017 12:15:57 +0100 Subject: [PATCH] Update workflow in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86b502b..e7bb8c1 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,11 @@ provider: ## Workflow +**Note:** The is the corresponding name in `serverless.yml` + 1. Deploy the service with `serverless deploy` -2. Invoke a function with `serverless invoke -f hello` -3. View the function logs with `serverless logs -f hello` +2. Invoke a function with `serverless invoke -f ` +3. View the function logs with `serverless logs -f ` 4. See information about the service with `serverless info` 5. Remove the service with `serverless remove`