From 024cd58ac6e73a0f9617287edc3954db32e85394 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 16 Jun 2023 11:27:13 -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 02d7cce6..c106c964 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Retrieve all changed files and directories relative to a target branch, precedin * Globstar. * Brace expansion. * Negation. - * Using [YAML](https://yaml.org/) syntax for specifying the patterns for files and directories. + * Using [YAML](https://yaml.org/) syntax for specifying the patterns. * Supports [YAML anchors & aliases](https://www.educative.io/blog/advanced-yaml-syntax-cheatsheet#anchors). * Supports [YAML multi-line strings](https://learnxinyminutes.com/docs/yaml/).