diff --git a/docs/CreateReactApp.md b/docs/CreateReactApp.md index 340f18b8e30..860278acb78 100644 --- a/docs/CreateReactApp.md +++ b/docs/CreateReactApp.md @@ -7,7 +7,7 @@ title: "Create_React-App Integration" [Create-React-App](https://create-react-app.dev/) allows to bootstrap single-page React applications. It provides a pre-configured build setup with no configuration. -**Warning**: We don't recommend using Create-React-App for new applications, as it is not maintained anymore. Prefer [create-react-admin](./CreateReactAdmin.md) (based on [Vite](./Vite.md)), [Remix](./Remix.md), or [Next.js](./Nextjs.md) instead. +**Warning**: We don't recommend using Create-React-App for new applications, as it is not maintained anymore. Prefer [create-react-admin](./CreateReactAdmin.md) (based on [Vite](./Vite.md)), [Remix](./Remix.md), or [Next.js](./NextJs.md) instead. ## Setting Up Create React App