summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b124bd3ee23..2fb01696d2c 100644
--- a/README.md
+++ b/README.md
@@ -55,12 +55,12 @@ Visual Studio builds are also possible, but you still need [build environment](h
In order to generate solution and project files just run:
```
-make vs2017
+make vs2019
```
or use this command to build it directly using msbuild
```
-make vs2017 MSBUILD=1
+make vs2019 MSBUILD=1
```