Skip to content

Commit d1c6b25

Browse files
committed
docs: update README.md
1 parent b24169c commit d1c6b25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Using `clang-format` and `clang-tidy` hooks with [pre-commit](https://pre-commit.com/) to lint your C/C++ code.
1111

12-
Highlight✨: No need to manually download and install `clang-format` or `clang-tidy` on your system.
12+
Highlight✨: Automatically downloads a specific version of `clang-format` or `clang-tidy` and installs it on the system.
1313

1414
## Usage
1515

@@ -18,7 +18,7 @@ Add this to your `.pre-commit-config.yaml`
1818
```yaml
1919
repos:
2020
- repo: https://github.com/cpp-linter/cpp-linter-hooks
21-
rev: v0.2.1 # Use the ref you want to point at
21+
rev: v0.2.5 # Use the ref you want to point at
2222
hooks:
2323
- id: clang-format
2424
args: [--style=Google] # Other coding style: LLVM, GNU, Chromium, Microsoft, Mozilla, WebKit.

0 commit comments

Comments
 (0)