From 3571d6515d6d45427d7587639c44a62b4381e72a Mon Sep 17 00:00:00 2001 From: jackton1 Date: Sun, 10 Dec 2023 10:29:40 +0000 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e10b612..d475d61 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Verify that certain files or directories did or did not change during the workfl * Using [Glob pattern](https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet) matching. * Supports Globstar. * Supports brace expansion. - * Supports negation. + * Supports negation. ## Usage