aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNeil MacIntosh <neilmac@microsoft.com>2016-05-13 11:50:25 -0700
committerNeil MacIntosh <neilmac@microsoft.com>2016-05-13 11:50:25 -0700
commitb94a220c4ad78749d4fc9c8a53d4b0cd48e27820 (patch)
treef11b5fadccfc5c96890d4826dc3efaf97756010d /README.md
parenta9f865900d28b854de5ead971aadb82e5ef9ed40 (diff)
downloadMicrosoft-GSL-b94a220c4ad78749d4fc9c8a53d4b0cd48e27820.tar.gz
Corrected typo identified in #288.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5743bb3..35e93e4 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ of your GSL source.
These steps assume the source code of this repository has been cloned into a directory named `c:\GSL`.
-1. Create a directory to contain the build outputs for a particular architecture (we name it c:\GSL\vs14-x86 in this example).
+1. Create a directory to contain the build outputs for a particular architecture (we name it c:\GSL\build-x86 in this example).
cd GSL
md build-x86