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 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ Usage:
```
% npm install -g react-native-cli
% react-native init myApplication
% react-native init MyApplication
```