diff --git a/templates/monorepo-next/README.md b/templates/monorepo-next/README.md index b907dd6a3..226e3c417 100644 --- a/templates/monorepo-next/README.md +++ b/templates/monorepo-next/README.md @@ -27,5 +27,5 @@ Your `tailwind.config.ts` and `globals.css` are already set up to use the compon To use the components in your app, import them from the `ui` package. ```tsx -import { Button } from "@workspace/ui/components/ui/button" +import { Button } from "@workspace/ui/components/button" ```