We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95538f8 commit 2639c0fCopy full SHA for 2639c0f
README.md
@@ -31,7 +31,7 @@ You can use a docker volume to mount the code of the Lambda it in a container. T
31
docker run `pwd`:/data myrmex/lambda-packager
32
```
33
34
-The image does not create the zip archive for your. It only install the dependencies in an environment compatible with
+The image does not create the zip archive for your. It only installs the dependencies in an environment compatible with
35
Lambda. You will still have to zip the result and deploy it in Amazon Lambda.
36
37
For a node package, take care that `node_module` does not already exist before running the command.
0 commit comments