From 2be232300fa0dc20ef16c029f5643e4ccc272007 Mon Sep 17 00:00:00 2001 From: WuMingDao <146366930+WuMingDao@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:45:14 +0800 Subject: [PATCH] docs: Correct note formatting in README.md Fixed formatting of note regarding package manager issues. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6762e95..6c06943 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ module.exports = { } ``` -**Note: There may be an issue with some package managers, such as `pnpm` or when using `prettier` v3.x. You can solve it by providing additional configuration option in prettier config file. +**Note: There may be an issue with some package managers, such as `pnpm` or when using `prettier` v3.x. You can solve it by providing additional configuration option in prettier config file.** ```js module.exports = {