diff --git a/src/recipes/react.md b/src/recipes/react.md index fce7b41d..d8de2a4d 100644 --- a/src/recipes/react.md +++ b/src/recipes/react.md @@ -279,7 +279,7 @@ Next, create the config files needed for PostCSS and Tailwind. ```json { "plugins": { - "tailwindcss": {} + "@tailwindcss/postcss": {} } } ```