replace XCode to Xcode.

Summary:
Fixing very trivial typos.  'XCode' should be 'Xcode'.
Closes https://github.com/facebook/react-native/pull/7451

Differential Revision: D3275295

fb-gh-sync-id: 440972364229ca980e5211277baa342a20ac5d94
fbshipit-source-id: 440972364229ca980e5211277baa342a20ac5d94
This commit is contained in:
MIYOKAWA, Nobuyoshi 2016-05-08 22:19:46 -07:00 committed by Facebook Github Bot 8
parent 9aa37e8fb2
commit 2953a1a02e
1 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ npm install -g react-native-cli
<block class="mac ios" />
#### XCode
#### Xcode
[Xcode](https://developer.apple.com/xcode/downloads/) 7.0 or higher. Open the App Store or go to https://developer.apple.com/xcode/downloads/. This will also install `git` as well.
@ -190,7 +190,7 @@ Enable [Gradle Daemon](https://docs.gradle.org/2.9/userguide/gradle_daemon.html)
#### Git
Git version control. If you have installed [XCode](https://developer.apple.com/xcode/), Git is
Git version control. If you have installed [Xcode](https://developer.apple.com/xcode/), Git is
already installed, otherwise run the following:
```