From 7f05b891876669d2c7c19a0d297f6a3b856e0a74 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 10 Jul 2023 21:39:12 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0617a862..d2483d8a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Github action used to effortlessly track all changed files and directories relat ## Features -* Provides fast execution, averaging 0-10 seconds. +* Fast execution, averaging 0-10 seconds. * Leverages either [Github's REST API](https://docs.github.com/en/rest/reference/repos#list-commits) or [Git's native diff](https://git-scm.com/docs/git-diff) to determine changed files. * Facilitates easy debugging. * Scales to handle large repositories.