Skip to content

Commit eef9201

Browse files
committed
Use v1.0.0-rc.0 in README
1 parent 7f79342 commit eef9201

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ with custom values to setup a completely independent project:
8787
8888
aws ssm put-parameter --type "String" \
8989
--name "/app/aws-lambda-edge/experimental/appVersion" \
90-
--value "1.0.0"
90+
--value "1.0.0-rc.0"
9191
9292
aws ssm put-parameter --type "String" \
9393
--name "/app/aws-lambda-edge/experimental/appConfig" \
@@ -114,7 +114,7 @@ with custom values to setup a completely independent project:
114114
115115
aws ssm put-parameter --type "String" \
116116
--name "/app/aws-lambda-edge/live/appVersion" \
117-
--value "1.0.0"
117+
--value "1.0.0-rc.0"
118118
119119
aws ssm put-parameter --type "String" \
120120
--name "/app/aws-lambda-edge/live/appConfig" \
@@ -164,12 +164,12 @@ npm run deploy:app
164164
Once the app and assets are deployed,
165165
deploy any version by updating the corresponding parameter.
166166

167-
For example, use version 1.0.0 by default on the live stage
167+
For example, use version 1.0.0-rc.0 by default on the live stage
168168

169169
```
170170
aws ssm put-parameter --overwrite --type "String" \
171171
--name "/app/aws-lambda-edge/live/appVersion" \
172-
--value "1.0.0"
172+
--value "1.0.0-rc.0"
173173
```
174174

175175
## Contributing

0 commit comments

Comments
 (0)