From 99c80bdd472eb81ca8c582122685b14030d15bf4 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 4 Feb 2024 21:55:53 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6afae8d2..c54aa9b8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Effortlessly track all changed files and directories relative to a target branch * [Features 🚀](#features-) * [Usage 💻](#usage-) * [On `pull_request` 🔀](#on-pull_request-) - * [Using local .git history 📁](#using-local-git-history-) + * [Using local .git directory 📁](#using-local-git-history-) * [Using Github's API :octocat:](#using-githubs-api-octocat) * [On `push` ⬆️](#on-push-️) * [Other supported events :electron:](#other-supported-events-electron) @@ -97,7 +97,7 @@ Visit the [discussions for more information](https://github.com/tj-actions/chang Detect changes to all files in a Pull request relative to the target branch or since the last pushed commit. -#### Using local .git history 📁 +#### Using local .git directory 📁 ```yaml name: CI