Skip to content

Commit 1a71128

Browse files
authored
docs: Update README.md (#2296)
1 parent c29c1d3 commit 1a71128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Effortlessly track all changed files and directories relative to a target branch
4949
## Features 🚀
5050

5151
* Fast execution, averaging 0-10 seconds.
52-
* 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.
52+
* 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.
5353
* Facilitates easy debugging.
5454
* Scales to handle large/mono repositories.
5555
* Supports Git submodules.
@@ -60,7 +60,7 @@ Effortlessly track all changed files and directories relative to a target branch
6060
* Optionally excludes the current directory.
6161
* Writes outputs to a designated `.txt` or `.json` file for further processing.
6262
* Restores deleted files to their previous location or a newly specified location.
63-
* Supports fetching a fixed number of commits which improves performance.
63+
* Supports fetching a fixed number of commits, which improves performance.
6464
* Compatible with all platforms (Linux, MacOS, Windows).
6565
* Supports [GitHub-hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners).
6666
* Supports [GitHub Enterprise Server](https://docs.github.com/en/[email protected]/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server).

0 commit comments

Comments
 (0)