capitalize sample app name to avoid issues with JSX

This commit is contained in:
Joshua Sierles
2015-05-29 22:51:04 +02:00
parent 1e863ad192
commit d4da4e3fd9
+1 -1
View File
@@ -4,5 +4,5 @@ Usage:
```
% npm install -g react-native-cli
% react-native init myApplication
% react-native init MyApplication
```