Skip to content

Commit e4fc387

Browse files
authored
update REAMDE.md formatting
1 parent 7b6b961 commit e4fc387

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ 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

@@ -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)