Fix typo in README.md

This commit is contained in:
silverf0x 2019-01-16 21:03:59 +01:00
parent d4632ac01c
commit 80fc306cac
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Before running CMake you have to set the CMAKE_PREFIX_PATH environment variable
```
set CMAKE_PREFIX_PATH=C:\Qt\Qt5.9.1\5.9.1\msvc2015_64
```
Before running CMake to produce the project solution you have to create the buikd directories:
Before running CMake to produce the project solution you have to create the build directories:
- ```RpcView/Build/x64``` for 64-bit targets
- ```RpcView/Build/x86``` for 32-bit targets.