From bba005c9e20e71b3aed14a37bf97032dd9045274 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Tue, 11 Apr 2017 12:30:06 -0700 Subject: [PATCH] Correct the capitalization of Xcode in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d559009..3768f4a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This is a work in progress, and is mostly a means for me to document my current 4. Run `$ ansible-galaxy install -r requirements.yml` inside this directory to install required Ansible roles. 5. Run `ansible-playbook main.yml -i inventory -K` inside this directory. Enter your account password when prompted. -> Note: If some Homebrew commands fail, you might need to agree to XCode's license or fix some other Brew issue. Run `brew doctor` to see if this is the case. +> Note: If some Homebrew commands fail, you might need to agree to Xcode's license or fix some other Brew issue. Run `brew doctor` to see if this is the case. ## Overriding Defaults