From d4da4e3fd98f019a7f2c94ec4bb00f75d5f58aed Mon Sep 17 00:00:00 2001 From: Joshua Sierles Date: Fri, 29 May 2015 22:51:04 +0200 Subject: [PATCH] capitalize sample app name to avoid issues with JSX --- react-native-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-cli/README.md b/react-native-cli/README.md index d8734d1ea..67f13a0d8 100644 --- a/react-native-cli/README.md +++ b/react-native-cli/README.md @@ -4,5 +4,5 @@ Usage: ``` % npm install -g react-native-cli -% react-native init myApplication +% react-native init MyApplication ```