From 946d0a4431b5cd5f5022fb3b1f10c355d8b1d04d Mon Sep 17 00:00:00 2001 From: Rene Stein Date: Mon, 22 Feb 2021 17:44:29 +0100 Subject: [PATCH] iss #29: Fixing readme.md typos --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 476bbe0..a48bbad 100644 --- a/readme.md +++ b/readme.md @@ -103,11 +103,11 @@ cd vcpkg ``` vcpkg install rsasynccpp rsasynccpp:x64-Windows ``` -_Remark: If you need legacy await support (the /await compiler switch is used, coroutines are in the std::experimental namespace) install Rstein.AsyncCpp library using the command._ +_Remark: If you need legacy await support (the /await compiler switch is used, coroutines are in the std::experimental namespace), install Rstein.AsyncCpp library using the following command._ ``` vcpkg install rsasynccpp[lib-cl-win-legacy-await] rsasynccpp[lib-cl-win-legacy-await]:x64-Windows ``` -* Use the library. +* Enjoy the library. ``` C++ #include @@ -157,7 +157,7 @@ _Remark: Only Rstein.AsyncCpp library will be built. Samples and tests cannot be * For example ```\bin\libs\x64\Release``` directory contains x64/Release version of the RStein.AsyncCpp.lib library. * Header files are located in ```\bin\libs\includes\asynccpp``` folder. * Compiled test projects (if they were built) are under ```\bin\tests\\\``` directory. -* Compiled samples (if they were built) are under ```\bin\samples\\\``` directory. +* Compiled samples (if they were built) are under ```\bin\samples\\\``` directory. ## TaskFactory Run Create Task using the TaskFactory (uses default scheduler - ThreadPoolScheduler).