From 1a71128b6a67056616a4284adea37ae02b564f16 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 26 Sep 2024 07:51:22 -0600 Subject: [PATCH] docs: Update README.md (#2296) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 485fa9c5..9f6ff1ae 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Effortlessly track all changed files and directories relative to a target branch ## Features 🚀 * Fast execution, averaging 0-10 seconds. -* Leverages either [Github's REST API](https://docs.github.com/en/rest/reference/repos#list-commits) or [Git's native diff](https://git-scm.com/docs/git-diff) to determine changed files. +* Leverages either [Github's REST API](https://docs.github.com/en/rest/reference/repos#list-commits) or [Git's native diff command](https://git-scm.com/docs/git-diff) to determine changed files. * Facilitates easy debugging. * Scales to handle large/mono repositories. * Supports Git submodules. @@ -60,7 +60,7 @@ Effortlessly track all changed files and directories relative to a target branch * Optionally excludes the current directory. * Writes outputs to a designated `.txt` or `.json` file for further processing. * Restores deleted files to their previous location or a newly specified location. -* Supports fetching a fixed number of commits which improves performance. +* Supports fetching a fixed number of commits, which improves performance. * Compatible with all platforms (Linux, MacOS, Windows). * Supports [GitHub-hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners). * Supports [GitHub Enterprise Server](https://docs.github.com/en/enterprise-server@3.3/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server).