Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 9, 2024
1 parent 9946420 commit 1aed3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ You can proof your code for consistency with our formatting rules:
make check
```

or automatically format the code:
or automatically format the code (performed automatically in a `pre-commit` hook):

```commandline
make fmt
Expand All @@ -139,7 +139,7 @@ make fix
### Conventional commits

ZK-Kit uses [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).\
Compliance with these rules is enforced with a pre-push git hook, which was set up when you ran `make setup`.
Compliance with these rules is enforced with a `commit-msg` git hook, which was set up when you ran `make setup`.

### Testing

Expand Down

0 comments on commit 1aed3de

Please sign in to comment.