Skip to content

Commit fd48ca2

Browse files
committed
update readme
1 parent 21d2c0c commit fd48ca2

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
@@ -21,7 +21,7 @@ npm install -D tailwind-plugin-css-themes
2121
```js
2222
// tailwind.config.js
2323

24-
plugins: [require("tailwind-plugin-css-themes").default()];
24+
plugins: [require("tailwind-plugin-css-themes").default({})];
2525
```
2626

2727
The plugin ships with light and dark themes by default. Once added to your config, you can start using it in your HTML.

0 commit comments

Comments
 (0)