From d1687e174ec2037ae786cc6407d1aca5dbe271f5 Mon Sep 17 00:00:00 2001 From: Blake Jakopovic Date: Tue, 19 Sep 2023 19:59:18 +0200 Subject: [PATCH] Update README.md (#699) Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f6f899a..cd7bbcfc 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ $ docker run --rm \ rustserverless/lambda-rust ``` -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: +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: ```bash # start a docker container replicating the "provided" lambda runtime