From 4d989423b0c9227735801d38b4064c1952dbe711 Mon Sep 17 00:00:00 2001 From: Tim Ambrogi Date: Fri, 4 Mar 2022 16:26:49 -0500 Subject: [PATCH] Small readme fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 967e6a6..c440246 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ C++ coroutines were only formally added to the standard with C++20. In order to In __Visual Studio__, this is done by right-clicking your project and selecting Properties. Then navigate to Configuration Properties -> C/C++ -> Command Line, and add ```/await``` to “Additional Options”. -(__IMPORTANT NOTE:__ If you are using C++17, you should instead add ```/await:strict``` to "Additional Options", as above.) +(__IMPORTANT NOTE:__ If you are using C++17, you should instead add ```/await:strict``` to "Additional Options", as shown below.) ![Enabling Coroutines in Visual Studio](images/setup02.png "Enabling Coroutines in Visual Studio")