From 09e93879a7713fd86b62cd10720176b42a298cd2 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 17 Aug 2022 13:33:07 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c88b6f6..b76dea8c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ ## 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 root of the project. + ## Features