From 93247195f959dbb5739244ea935b3131431809c6 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Mon, 10 Jun 2024 13:47:33 +0530 Subject: [PATCH] docs: update github syntax of note --- 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.