From a7a4c59bafcc58dae79c5a436e88fc87dcd34490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83=E2=84=A2?= Date: Wed, 5 Aug 2020 13:53:09 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73cb2329..70135222 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ npx react-native init MyApp --template @uiw/react-native-template you can also install the new CLI globally (`npm i -g @react-native-community/cli` or `yarn global add @react-native-community/cli`). ```bash -react-native init MyApp --template @uiw/react-native-template +npx react-native init MyApp --template @uiw/react-native-template ``` ```bash