From 1b27b116fdb02c99799ec88dbe305d0f2f6d2241 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 18 Nov 2022 09:54:25 -0800 Subject: [PATCH] Tweak some grammar in the README Signed-off-by: Brett Cannon --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8163d25..4bd412a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Score is an open source, platform-agnostic, container-based workload specification. This means you can define your workload once with the _Score Specification_ and then use a _Score Implementation_ CLI to translate it to multiple platforms, such as Helm, Docker Compose or Google Cloud Run. -In the example below, a `score.yaml` file is executed via [score-compose](https://github.com/score-spec/score-compose/tree/main/examples) to generate a `compose.yaml` file, which allows to spins up a container via Docker Compose. The same `score.yaml` file is then used to generate a helm `values.yaml` file to be installed onto Kubernetes. +In the example below, a `score.yaml` file is executed via [score-compose](https://github.com/score-spec/score-compose/tree/main/examples) to generate a `compose.yaml` file, which allows the user to spin up a container via Docker Compose. The same `score.yaml` file is then used to generate a helm `values.yaml` file to be installed onto Kubernetes. ![demo.gif](/docs/images/demo.gif) @@ -84,4 +84,4 @@ See [Roadmap](roadmap.md). You can [submit an idea](https://github.com/score-spe ### Code of conduct -[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md) \ No newline at end of file +[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)