diff --git a/docs/vsc-requirements.md b/docs/vsc-requirements.md
index f5b26f36..5526d33c 100644
--- a/docs/vsc-requirements.md
+++ b/docs/vsc-requirements.md
@@ -22,8 +22,8 @@
To do this, select **Desktop development for C++** under **Workloads -> Desktop & Mobile**.
-
-
+
+
1. [Visual Studio Code](https://code.visualstudio.com/)
@@ -32,11 +32,11 @@
1. Install extensions
1. Click **View**->**Extensions**
-
+
1. In Search bar type **C/C++ Extension Pack**
1. Click on green install button
-
+
1. [CMake](https://cmake.org/)
@@ -73,8 +73,8 @@
1. Add an environment variable to "System" variable named "BOOST_ROOT" and as value your Boost installation directory, e.g `E:/Programs/boost_1_74_0`. Important is to use '**/**', not '**\\**' when pointing to directory. (Make sure that it does not have a trailing slash (end of path). If you still get problems, add the same variable in the `USER` variables section too, like shown in the image below.)
-
-
+
+
1. Notice that this image shows the version number `1.72.0` - use your actual version number in your settings.