From 8525144ba3cfa906de6e90cd61c5405823ff26b4 Mon Sep 17 00:00:00 2001
From: Chris James <etcet@users.noreply.github.com>
Date: Fri, 8 Dec 2017 13:04:51 -0600
Subject: [PATCH] Correct name of optional feature

That's what it's called now: https://i.imgur.com/juZhtyz.png
---
 doc/compile_Windows.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/compile_Windows.md b/doc/compile_Windows.md
index 0ce4a0c..c9a8ff7 100644
--- a/doc/compile_Windows.md
+++ b/doc/compile_Windows.md
@@ -12,7 +12,7 @@
 - download VS2017 Community and install from [https://www.visualstudio.com/downloads/](https://www.visualstudio.com/downloads/)
 - during the install chose the components
   - `Desktop development with C++` (left side)
-  - `Toolset for Visual Studio C++ 2015.3 v140...` (right side)
+  - `VC++ 2015.3 v140 toolset for desktop` (right side)
 
 ### CMake for Win64
 
-- 
GitLab