Skip to content

Commit db5c7f5

Browse files
man-sharphilipp-spiess
authored andcommitted
Fix plugin import path in README.md (#382)
1 parent 36b3594 commit db5c7f5

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
@@ -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)