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