Skip to content

Commit

Permalink
Fix typo in pre-commit config in README (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-hollow committed May 13, 2024
1 parent 975901d commit 9e031b6
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 @@ -566,7 +566,7 @@ Lychee can also be used as a [pre-commit](https://pre-commit.com/) hook.
# .pre-commit-config.yaml
repos:
- repo: https://github.com/lycheeverse/lychee.git
rev: 0.15.1
rev: v0.15.1
hooks:
- id: lychee
# Optionally include additional CLI arguments
Expand Down

0 comments on commit 9e031b6

Please sign in to comment.