From ff714133bca620ba0d092483e6af95bf4d655364 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 17 Feb 2016 09:24:03 -0800 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 30424c3..d8eab9d 100644 --- a/readme.md +++ b/readme.md @@ -265,7 +265,7 @@ And additionally a test file: * xmltest.cpp Simply compile and run. There is a visual studio 2010 project included, a simple Makefile, -an XCode project, a Code::Blocks project, and a cmake CMakeLists.txt included to help you. +an Xcode project, a Code::Blocks project, and a cmake CMakeLists.txt included to help you. The top of tinyxml.h even has a simple g++ command line if you are are *nix and don't want to use a build system.