Skip to content

Commit e6a59c2

Browse files
fixed typo in readme (#319)
* fixed typo in readme * fixed typo in readme (upload -> uploaded)
1 parent 8d9f44b commit e6a59c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ To build and package your Lambda, run the following command:
187187

188188
The `archive` command can be customized using the following parameters
189189

190-
* `--output-path` A valid file system path where a folder with the archive operation result will be placed. This folder will contains the following elements:
190+
* `--output-path` A valid file system path where a folder with the archive operation result will be placed. This folder will contain the following elements:
191191
* A file link named `bootstrap`
192192
* An executable file
193-
* A **Zip** file ready to be upload to AWS
193+
* A **Zip** file ready to be uploaded to AWS
194194
* `--verbose` A number that sets the command output detail level between the following values:
195195
* `0` (Silent)
196196
* `1` (Output)

0 commit comments

Comments
 (0)