From aa7e318a3f2144eda134420da74cf486a1540d32 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Tue, 2 Jun 2015 14:06:30 -0700 Subject: [PATCH] [Docs] Xcode has a lower-case c --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 27d2dbb02..8e69e354d 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -10,7 +10,7 @@ next: tutorial ## Requirements 1. OS X - This repo only contains the iOS (7+) implementation right now, and Xcode only runs on Mac. -2. [XCode](https://developer.apple.com/xcode/downloads/) 6.3 or higher is recommended. +2. [Xcode](https://developer.apple.com/xcode/downloads/) 6.3 or higher is recommended. 3. [Homebrew](http://brew.sh/) is the recommended way to install node, watchman, and flow. 4. `brew install node`. New to [node](https://nodejs.org/) or [npm](https://docs.npmjs.com/)? 5. `brew install watchman`. We recommend installing [watchman](https://facebook.github.io/watchman/docs/install.html), otherwise you might hit a node file watching bug.