From 2b75b2c1bb75738a9843cd6f8f5c340b7069f6c5 Mon Sep 17 00:00:00 2001 From: rgedwill Date: Thu, 8 Apr 2021 18:56:42 -0700 Subject: [PATCH] Update adding-typescript.md --- docusaurus/docs/adding-typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/adding-typescript.md b/docusaurus/docs/adding-typescript.md index 6f4c86c6cc7..29acc30c9ea 100644 --- a/docusaurus/docs/adding-typescript.md +++ b/docusaurus/docs/adding-typescript.md @@ -16,7 +16,7 @@ npx create-react-app my-app --template typescript # or -yarn create react-app my-app --template typescript +yarn create-react-app my-app --template 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` or `yarn global remove create-react-app` to ensure that `npx` always uses the latest version.