From 0d172773a40812d618334c9e94e3e83ee22c8ead Mon Sep 17 00:00:00 2001 From: Charles Owen Date: Tue, 31 Dec 2024 10:07:55 -0500 Subject: [PATCH] Update README.md: Minor content edit Changed "containers image" to "container images" for English usage. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a8e954c6..f7bff898e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It provides: - A distributed component architecture in various languages and frameworks - Utilization of a variety of different persistence backends for different components like MySQL, DynamoDB and Redis - The ability to run in various container orchestration technologies like Docker Compose, Kubernetes etc. -- Pre-built containers image for both x86-64 and ARM64 CPU architectures +- Pre-built container images for both x86-64 and ARM64 CPU architectures - All components instrumented for Prometheus metrics and OpenTelemetry OTLP tracing - Support for Istio on Kubernetes - Load generator which exercises all of the infrastructure