From 5ba0c1590906ef79f8434e5236465f81e677ccc4 Mon Sep 17 00:00:00 2001 From: Ganessh Kumar Date: Sun, 24 Mar 2024 11:15:25 -0700 Subject: [PATCH] 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`: