Skip to content

Commit

Permalink
docs: update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Nov 21, 2024
1 parent 29737ce commit ca2c436
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

```toml
[dev-dependencies]
husky-rs = "0.1.1"
husky-rs = "0.1.2"
```

2. Create hooks directory:
Expand Down Expand Up @@ -51,15 +51,17 @@

### Supported Git Hooks

`husky-rs` supports all Git hooks, including:
`husky-rs` aims to support a wide range of Git hooks, including:

- `pre-commit`
- `prepare-commit-msg`
- `commit-msg`
- `post-commit`
- `pre-push`

For a full list, see the [Git documentation](https://git-scm.com/docs/githooks).
For a complete list of supported hooks, refer to the [Git documentation](https://git-scm.com/docs/githooks).

If you encounter any unsupported hooks, please don't hesitate to [open an issue](https://github.com/pplmx/husky-rs/issues).

### Configuration

Expand Down

0 comments on commit ca2c436

Please sign in to comment.