Skip to content

Commit bfbedc8

Browse files
authored
Update README.md
1 parent e4b3641 commit bfbedc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Here's a complete reference of the `serverless.yml` file for the `aws-lambda` co
8181
component: aws-lambda # (required) name of the component. In that case, it's aws-lambda.
8282
name: my-lambda # (required) name of your component instance.
8383
org: serverlessinc # (optional) serverless dashboard org. default is the first org you created during signup.
84-
app: myApp # (optional) serverless dashboard app. default is the same as the name property.
84+
app: my-app # (optional) serverless dashboard app. default is the same as the name property.
8585
stage: dev # (optional) serverless dashboard stage. default is dev.
8686

8787
inputs:

0 commit comments

Comments
 (0)