Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
change `.pre-commit0-config.yaml` to `.pre-commit-config.yaml`.
  • Loading branch information
abiriadev authored and DevinR528 committed Dec 8, 2023
1 parent 6aea9b6 commit 5334e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ cargo install cargo-sort
## pre-commit

If you use [pre-commit](https://pre-commit.com/) in your project, you can add cargo-sort as hook by
adding the following entry to your `.pre-commit0-config.yaml` configuration:
adding the following entry to your `.pre-commit-config.yaml` configuration:

```yaml
repos:
Expand Down

0 comments on commit 5334e6e

Please sign in to comment.