From eed9d1e95efff5931905b3886278d880a0a3700f Mon Sep 17 00:00:00 2001 From: Ganessh Kumar Date: Sun, 24 Mar 2024 13:09:55 -0700 Subject: [PATCH] redwood-js.mdx update command to add flowbite-react into web workspace (#1313) Update redwood-js.mdx updating command to add flowbite-react to web workspace --- apps/web/content/docs/guides/redwood-js.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/content/docs/guides/redwood-js.mdx b/apps/web/content/docs/guides/redwood-js.mdx index e1495da36..7eba928ea 100644 --- a/apps/web/content/docs/guides/redwood-js.mdx +++ b/apps/web/content/docs/guides/redwood-js.mdx @@ -50,7 +50,7 @@ yarn rw setup ui tailwindcss 1. Run the following command to install `flowbite-react`: ```bash -yarn add flowbite-react +yarn workspace web add flowbite-react ``` 2. Add the Flowbite plugin to `tailwind.config.js` and include content from `flowbite-react`: