Skip to content

Commit a03b4ae

Browse files
bdonlandavidbarsky
authored andcommitted
Fix typo in README.md (#11)
1 parent cc96937 commit a03b4ae

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
@@ -56,7 +56,7 @@ The code above is the same as the [basic example](https://github.com/awslabs/aws
5656
$ cargo build -p lambda_runtime --example basic --release
5757
```
5858

59-
For a custom runtime, AWS Lambda looks for an executable called `boostrap` in the deployment package zip. Rename the generated `basic` executable to `bootstrap` and add it to a zip archive.
59+
For a custom runtime, AWS Lambda looks for an executable called `bootstrap` in the deployment package zip. Rename the generated `basic` executable to `bootstrap` and add it to a zip archive.
6060

6161
```bash
6262
$ cp ./target/release/examples/basic ./bootstrap && zip lambda.zip bootstrap && rm bootstrap

0 commit comments

Comments
 (0)