diff --git a/README.md b/README.md index 7732698..5d89307 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Then add the plugin to your main `style.css` file: ```diff @import "tailwindcss"; -+ @plugin "tailwindcss/typography"; ++ @plugin "@tailwindcss/typography"; ``` ---