From 9010e459238cc9f85bce230c8946483d54ea541f Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Sun, 24 Jan 2021 22:48:14 -0500 Subject: [PATCH] Tweak README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 357505e..62a2025 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Starting from a list of git projects and a Bash fragment, for each project, this ## How Does It Work The pipeline: 1. clones one repository at the time -2. downloads the file _Action Root_/_Action File_ in the root folder of the repository +2. downloads the action file from _Action Root_/_Action File_ in the root folder of the repository 3. runs the action file using the root folder of the repository as working dir 4. pushes the repository back to Gitea @@ -42,7 +42,7 @@ accounting-analytics ```` ### Action File -The following fragment downloads a file named LICENSE.md and adds it to the repository (if it does not exists): +The following fragment downloads a file named LICENSE.md and adds it to the repository (if it does not exist): ````bash #!/usr/bin/env bash