Skip to content

Commit 2639c0f

Browse files
authored
Typo
1 parent 95538f8 commit 2639c0f

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
@@ -31,7 +31,7 @@ You can use a docker volume to mount the code of the Lambda it in a container. T
3131
docker run `pwd`:/data myrmex/lambda-packager
3232
```
3333

34-
The image does not create the zip archive for your. It only install the dependencies in an environment compatible with
34+
The image does not create the zip archive for your. It only installs the dependencies in an environment compatible with
3535
Lambda. You will still have to zip the result and deploy it in Amazon Lambda.
3636

3737
For a node package, take care that `node_module` does not already exist before running the command.

0 commit comments

Comments
 (0)