Skip to content

Commit 0ab25dc

Browse files
authored
Fix plugin import path in README.md (#382)
1 parent fb252ec commit 0ab25dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Then add the plugin to your main `style.css` file:
3030

3131
```diff
3232
@import "tailwindcss";
33-
+ @plugin "tailwindcss/typography";
33+
+ @plugin "@tailwindcss/typography";
3434
```
3535

3636
---

0 commit comments

Comments
 (0)