Skip to content

Commit 71ffd38

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents e094c90 + 64a99ad commit 71ffd38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ You can look up about git hooks on [git book](https://git-scm.com/book/en/v2/Cus
3434

3535
However, this package only allows you to set the `pre-commit` hook. If you need, for example `pre-push` hook or something else — this package wouln't be able to help you
3636

37-
Also, this package requires you to manually update the pre-commit hook. If you want update pre-commit hook often - this is probably not the best choice
37+
Also, this package requires you to manually update the `pre-commit` hook. If you want update `pre-commit` hook often - this is probably not the best choice
3838

3939
If you need multiple hooks, flexible configuration or git hook automatic update feature — please check out other packages:
4040

41-
* [left-hook](https://github.com/Arkweid/lefthook)
41+
* [Lefthook](https://github.com/Arkweid/lefthook)
4242
* [husky](https://github.com/Arkweid/lefthook)
4343
* [pre-commit](https://github.com/pre-commit/pre-commit)
4444

@@ -53,7 +53,7 @@ If you need multiple hooks, flexible configuration or git hook automatic update
5353
npm install simple-pre-commit --save-dev
5454
```
5555

56-
2. Add the `simple-pre-commit` to your `package.json`. Feed it with any command you would like to run as a pre-commit hook.
56+
2. Add the `simple-pre-commit` to your `package.json`. Feed it with any command you would like to run as a `pre-commit` hook.
5757

5858
```json
5959
"simple-pre-commit": "npx lint-staged"`
@@ -67,7 +67,7 @@ If you need multiple hooks, flexible configuration or git hook automatic update
6767
npx simple-pre-commit
6868
```
6969

70-
Now the command from `package.json` is set up as executable git pre-commit hook.
70+
Now the command from `package.json` is set up as executable git `pre-commit` hook.
7171

7272
### Update a pre-commit hook command
7373

0 commit comments

Comments
 (0)