diff --git a/docusaurus/docs/adding-typescript.md b/docusaurus/docs/adding-typescript.md index 1fb14a82ba1651b2fc72762a74ac34eb31bc3071..38fc4ebeba9907110794974ecae6b8b86f008e4a 100644 --- a/docusaurus/docs/adding-typescript.md +++ b/docusaurus/docs/adding-typescript.md @@ -14,7 +14,7 @@ npx create-react-app my-app --typescript # or -yarn create react-app my-app --typescript +yarn create-react-app my-app --typescript ``` > If you've previously installed `create-react-app` globally via `npm install -g create-react-app`, we recommend you uninstall the package using `npm uninstall -g create-react-app` to ensure that `npx` always uses the latest version.