diff --git a/README.md b/README.md index 6b0dea3..14f1418 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ npm i wap-ui @emotion/react @emotion/styled framer-motion import React from 'react'; // 1. import `WapUIProvider` component -import { ChakraProvider } from '@chakra-ui/react'; +import { WapUIProvider } from 'wap-ui'; function App() { // 2. Wrap WapUIProvider at the root of your app