fix typo in README

This commit is contained in:
2021-12-06 22:47:35 +03:00
parent 461bd634a6
commit 90cdb968bc

View File

@@ -4,6 +4,6 @@ Sometimes, after cloning a repository from a corporate server and having already
This extension is written to avoid this.
## Configuration
* `gitcheck.domain` The domain (or just a substring) for which the check will be performed (you can see in the output of the command `git remote -v`)&
* `gitcheck.domain` The domain (or just a substring) for which the check will be performed (you can see in the output of the command `git remote -v`).
* `gitcheck.name` This value will be checked against the value of the git parameter `user.name`.
* `gitcheck.email` This value will be checked against the value of the git parameter `user.email`.