Skip to content

Commit bf4329a

Browse files
1.0.4
1 parent 26da10a commit bf4329a

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 bo
1010
Install the plugin from npm:
1111

1212
```sh
13-
npm install container-queries-2d
13+
npm install tailwind-container-queries-2d
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('container-queries-2d'),
25+
require('tailwind-container-queries-2d'),
2626
// ...
2727
],
2828
}

0 commit comments

Comments
 (0)