From 0c913257bd6eede0923d8e17f96f9e24be11d995 Mon Sep 17 00:00:00 2001 From: Peter Shen Date: Wed, 17 Jan 2024 10:42:14 +0800 Subject: [PATCH] docs: Update README.md to change type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ddf6b4..e191416 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Using `clang-format` and `clang-tidy` hooks with [pre-commit](https://pre-commit.com/) to lint your C/C++ code. -> [!IMPORTANT] +> [!NOTE] > Automatically downloads a specific version of `clang-format` or `clang-tidy` [binaries](https://github.com/cpp-linter/clang-tools-static-binaries) and installs it on the system. ## Usage