From 784d2900324ad4682d1b1f0d6afb166d7754180d Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Tue, 27 Feb 2024 21:08:23 +0000 Subject: [PATCH] docs: update README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c74c520..9447f31 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ To learn more about postcss-bem-linter, please read [that module's documentation npm install stylelint-selector-bem-pattern ``` -Be warned: v0.2.0+ is only compatible with stylelint v3+. For earlier version of stylelint, use earlier versions of this. - ## Usage Add it to your stylelint config `plugins` array, then add `"plugin/selector-bem-pattern"` to your rules,