fixed typo in README.md

This commit is contained in:
Prathamesh 2022-01-25 15:08:25 +05:30 committed by GitHub
parent 4fb146810c
commit 619fcc64bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ mkdir build
cd build
cmake -G "Visual Studio 15" ..
```
The default default will build for x86. For 64-bit run:
The default will build for x86. For the 64-bit run:
```cmd
cmake -G "Visual Studio 15 Win64" ..