From 7dd44a3d47204fa8809e5e5956cec82d5f264058 Mon Sep 17 00:00:00 2001 From: Steve Thomson Date: Mon, 20 Jun 2022 16:37:36 +0100 Subject: [PATCH] put the template in quotes when an asterisk is used --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1146205..ccfd881c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ npx react-native init MyApp --template react-native-template-typescript #### e.g. `react-native@0.67.x` ```sh -npx react-native init MyApp --template react-native-template-typescript@6.9.* +npx react-native init MyApp --template "react-native-template-typescript@6.9.*" ``` See the below table to find out which version of the template to use.