Skip to content

Commit b4922dc

Browse files
authored
Fix package name in plugin registration
1 parent 07b98dc commit b4922dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
2. Add to tailwind.config.js
99

1010
plugins: [
11-
require('tailwindcss-children'),
11+
require('tailwind-children'),
1212
]
1313
3. Build tailwind:
1414
npx tailwindcss -i ./src/input.css -o ./dist/output.css

0 commit comments

Comments
 (0)