Skip to content

Commit dfc23a8

Browse files
committed
Update readme
1 parent 532a996 commit dfc23a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ To get started, just install `prettier-plugin-tailwindcss` as a dev-dependency:
1010
npm install -D prettier prettier-plugin-tailwindcss
1111
```
1212

13-
This plugin follows Prettier’s autoloading convention, so as long as you’ve got Prettier set up in your project, it’ll start working automatically as soon as it’s installed.
13+
When using Prettier v2, this plugin follows Prettier’s autoloading convention, so as long as you’ve got Prettier set up in your project, it’ll start working automatically as soon as it’s installed.
1414

15-
_Note that plugin autoloading is not supported when using certain package managers, such as pnpm or Yarn PnP. In this case you may need to add the plugin to your Prettier config explicitly:_
15+
_Note that plugin autoloading is not supported when using Prettier v3, or when using certain package managers with Prettier v2, such as pnpm or Yarn PnP. In this case you may need to add the plugin to your Prettier config explicitly:_
1616

1717
```js
1818
// prettier.config.js

0 commit comments

Comments
 (0)