From b9ca7c213414382172c2cae54a3c643d9973a943 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 12 Mar 2013 10:23:12 -0700 Subject: [PATCH] change some sentence structure in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49112f2e38..51de544590 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ CMake This project uses CMake to generate build files and project files for your platform. -Create a build directory in the root of your checkout and then run the CMake build from there. This will keep the rest of the directory clean, and makes the gitignore a little easier to handle, since we can just ignore build. +Create a build directory in the root of your checkout and then run the CMake build from there. This will keep the rest of the directory clean, and makes the gitignore a little easier to handle (since we can just ignore build). mkdir build cd build