From 612a4f9deb010bd0138b404fbddf7de1abde130f Mon Sep 17 00:00:00 2001 From: Aviv Date: Sat, 29 Jan 2022 13:12:51 +0100 Subject: [PATCH] edited readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b99741..7adc4d6 100644 --- a/README.md +++ b/README.md @@ -358,8 +358,8 @@ Here are some links that can help you interpret the reports: For now you can think of _Continuous Integration_ is a fancy way to say "automatically check your code before you merge". This repository has 3 CI -scripts to help your group maintain a quality and consistent code base. If any -of the scripts encounter a mistake you will not be able to merge. +scripts to help your group maintain quality and consistent code base. If any of +the scripts encounter a mistake you will not be able to merge. _hint: remember to [enable GitHub Actions](https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/disabling-or-limiting-github-actions-for-a-repository)