Skip to content

Commit 72df45e

Browse files
committed
better description of what deploy does
1 parent 080797e commit 72df45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Deploy it using the standard serverless workflow
111111
```bash
112112
# install npm dependencies (only needs ran once)
113113
$ npm install --silent
114-
# deploy service
114+
# build, package, and deploy service to aws lambda
115115
$ npx serverless deploy
116116
```
117117

0 commit comments

Comments
 (0)