From 118ef207a5f18e05cced5921b5b42a14f39dad10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Houl=C3=A9?= Date: Wed, 13 Dec 2023 11:48:05 +0100 Subject: [PATCH] README: fix typo Found once in the docs and once in the README. It looks like the website is generated, happy to revert that part of the commit. --- README.md | 2 +- www/docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a5a098..9f89dfc 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Process Compose is a simple and flexible scheduler and orchestrator to manage no **Why?** Because sometimes you just don't want to deal with docker files, volume definitions, networks and docker registries. Since it's written in Go, Process Compose is a single binary file and has no other dependencies. -Once [installed](https://f1bonacc1.github.io/process-compose/installation/), you just need to describe your workflow using a simple [YAML](http://yaml.org/) schema in a file called `porcess-compose.yaml`: +Once [installed](https://f1bonacc1.github.io/process-compose/installation/), you just need to describe your workflow using a simple [YAML](http://yaml.org/) schema in a file called `process-compose.yaml`: ```yaml version: "0.5" diff --git a/www/docs/index.md b/www/docs/index.md index 7d7db26..e911a54 100644 --- a/www/docs/index.md +++ b/www/docs/index.md @@ -7,7 +7,7 @@ Process Compose is a simple and flexible scheduler and orchestrator to manage no Because sometimes you just don't want to deal with docker files, volume definitions, networks and docker registries. Since it's written in Go, Process Compose is a single binary file and has no other dependencies. -Once [installed](installation.md), you just need to describe your workflow using a simple [YAML](http://yaml.org/) schema in a file called `porcess-compose.yaml`: +Once [installed](installation.md), you just need to describe your workflow using a simple [YAML](http://yaml.org/) schema in a file called `process-compose.yaml`: ```yaml version: "0.5"