Skip to content

Commit d1687e1

Browse files
Update README.md (#699)
Fixed typo
1 parent 722e33f commit d1687e1

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
@@ -278,7 +278,7 @@ $ docker run --rm \
278278
rustserverless/lambda-rust
279279
```
280280

281-
With your application build and packaged, it's ready to ship to production. You can also invoke it locally to verify is behavior using the [lambci :provided docker container](https://hub.docker.com/r/lambci/lambda/), which is also a mirror of the AWS Lambda provided runtime with build dependencies omitted:
281+
With your application built and packaged, it's ready to ship to production. You can also invoke it locally to verify is behavior using the [lambci :provided docker container](https://hub.docker.com/r/lambci/lambda/), which is also a mirror of the AWS Lambda provided runtime with build dependencies omitted:
282282

283283
```bash
284284
# start a docker container replicating the "provided" lambda runtime

0 commit comments

Comments
 (0)