Skip to content

Commit d8ccb94

Browse files
authored
Merge pull request #40 from serverless/update-workflow-in-readme
Update workflow in README
2 parents 373618b + 1ea8faf commit d8ccb94

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@ provider:
7979
8080
## Workflow
8181
82+
**Note:** The <function-name> is the corresponding name in `serverless.yml`
83+
8284
1. Deploy the service with `serverless deploy`
83-
2. Invoke a function with `serverless invoke -f hello`
84-
3. View the function logs with `serverless logs -f hello`
85+
2. Invoke a function with `serverless invoke -f <function-name>`
86+
3. View the function logs with `serverless logs -f <function-name>`
8587
4. See information about the service with `serverless info`
8688
5. Remove the service with `serverless remove`
8789

0 commit comments

Comments
 (0)