diff --git a/packages/react/README.md b/packages/react/README.md index 796374a..037f308 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -30,10 +30,10 @@ - + - + @@ -45,6 +45,8 @@ To use WAP UI, Install the `@wap-ui/react` package and its peer dependencies. (`@emotion/react`, `@emotion/styled`, `framer-motion`) ```sh +pnpm add @wap-ui/react @emotion/react @emotion/styled framer-motion +# or yarn add @wap-ui/react @emotion/react @emotion/styled framer-motion # or npm i @wap-ui/react @emotion/react @emotion/styled framer-motion @@ -141,7 +143,7 @@ export default Home; ## `Links` - #### [Documents](https://github.com/pknu-wap/wap-ui/tree/main/docs) -- #### [NPM](https://www.npmjs.com/package/wap-ui) +- #### [NPM](https://www.npmjs.com/package/@wap-ui/react) - #### [Playground](https://wap-ui.vercel.app/) - #### [Presentations](https://github.com/pknu-wap/wap-ui/tree/main/ppt) - #### [Example](https://github.com/pknu-wap/wap-ui/tree/main/example)