diff --git a/README.md b/README.md index 4125b52..c5b25b1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ npm install @toshusai/cmpui ```tsx import { Button } from "cmpui"; -import "cmpui/dist/index.css"; +import "@toshusai/cmpui/dist/index.css"; export default function App() { return ( diff --git a/src/README.mdx b/src/README.mdx index 14dfa95..be80d0d 100644 --- a/src/README.mdx +++ b/src/README.mdx @@ -21,7 +21,7 @@ Import the component and the styles in your project