Skip to content

Commit 03b6a5d

Browse files
committed
docs: update package name
1 parent ce66344 commit 03b6a5d

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,7 +10,7 @@ A plugin for Tailwind CSS v3.2+ that provides utilities for container queries.
1010
Install the plugin from npm:
1111

1212
```sh
13-
npm install -D @tailwindcss/container-queries
13+
npm install -D @phucbm/tailwindcss-container-queries
1414
```
1515

1616
Then add the plugin to your `tailwind.config.js` file:
@@ -22,7 +22,7 @@ module.exports = {
2222
// ...
2323
},
2424
plugins: [
25-
require('@tailwindcss/container-queries'),
25+
require('@phucbm/tailwindcss-container-queries'),
2626
// ...
2727
],
2828
}

0 commit comments

Comments
 (0)