From c00f40c3e72b172173e22983ce194fce6f56e2c5 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Tue, 11 Jun 2024 20:41:25 +0530 Subject: [PATCH] docs: update github syntax of note (#357) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2b38b1..a64ed40 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ or pnpm add -D stylelint-webpack-plugin ``` -> **Note**: +> [!NOTE] > > You also need to install `stylelint >= 13` from npm, if you haven't already: @@ -56,7 +56,7 @@ or pnpm add -D stylelint ``` -> **Note**: +> [!NOTE] > > If you are using Stylelint 13 rather than 14+, you might also need to install `@types/stylelint` as a dev dependency if getting stylelint related type errors.