From 5373ea8fd37e39ce1eb8edbb860af85faa47e370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Wennerstr=C3=B6m?= Date: Fri, 4 Jun 2021 15:22:31 +0200 Subject: [PATCH] fix: typo where archived should be achieved (#125) --- docs/README.template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.template.md b/docs/README.template.md index 644f23ef..8d6703bc 100755 --- a/docs/README.template.md +++ b/docs/README.template.md @@ -9,7 +9,7 @@
-*multi-gitter* allows you to make changes in multiple repositories simultaneously. This is archived by running a script or program in the context of multiple repositories. If any changes are made, a pull request is created that can be merged manually by the set reviewers, or automatically by multi-gitter when CI pipelines has completed successfully. +*multi-gitter* allows you to make changes in multiple repositories simultaneously. This is achieved by running a script or program in the context of multiple repositories. If any changes are made, a pull request is created that can be merged manually by the set reviewers, or automatically by multi-gitter when CI pipelines has completed successfully. Are you a bash-guru or simply prefer your scripting in Node.js? It doesn't matter, since multi-gitter support any type of script or program. **If you can script it to run in one place, you can run it in all your repositories with one command!**