diff --git a/pages/docs/getting-started/installation.mdx b/pages/docs/getting-started/installation.mdx index b20a698..0c86755 100644 --- a/pages/docs/getting-started/installation.mdx +++ b/pages/docs/getting-started/installation.mdx @@ -59,7 +59,7 @@ const MyComponent = () => ### Create React App -The React project created by create-react-app can +A React project created by create-react-app can also easily use `@zeit-ui/react`. You don't need to make any changes, just install and use. We have a sample project related to `create-react-app` here.