diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/s3.md b/daprdocs/content/en/reference/components-reference/supported-bindings/s3.md index ef3fe03c7..211a4889a 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/s3.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/s3.md @@ -88,7 +88,7 @@ When running the Dapr sidecar (daprd) with your application on EKS (AWS Kubernet {{% codetab %}} For local development, the [localstack project](https://github.com/localstack/localstack) is used to integrate AWS S3. Follow [these instructions](https://github.com/localstack/localstack#running) to run localstack. -To run localstack locally from the command line using Docker, use a `docker-compose.yaml` similar to the following: +To run LocalStack locally from the command line using Docker, use a `docker-compose.yaml` similar to the following: ```yaml version: "3.8"