From 2953a1a02ee9aef15fa143e90eb727b03da2d010 Mon Sep 17 00:00:00 2001 From: "MIYOKAWA, Nobuyoshi" Date: Sun, 8 May 2016 22:19:46 -0700 Subject: [PATCH] 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 --- docs/GettingStarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index d8d57175b..81f016a63 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -97,7 +97,7 @@ npm install -g react-native-cli -#### 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: ```