Quellcode durchsuchen

Merge pull request #414 from ReadmeCritic/master

Correct the capitalization of Xcode in README
Lee Thomason vor 10 Jahren
Ursprung
Commit
fe5dbdb817
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      readme.md

+ 1 - 1
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.