From 5f910fc7e7491f6db1bdc0175c0bec691650ca2b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 11 Aug 2022 22:20:38 -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 4aeb0a9f..7486a383 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## changed-files -Retrieve all changed files and directories relative to the target branch (`pull_request*` based events) or the last remote commit (`push` based event) returning the **absolute path** to all changed files and directories from the project root. +Retrieve all changed files and directories relative to the target branch (`pull_request*` based events) or the last remote commit (`push` based event) returning the **absolute path** to all changed files and directories from the root of the project. ## Features