From 80fc306cac32b371a91c94b565202d93eb247f61 Mon Sep 17 00:00:00 2001 From: silverf0x Date: Wed, 16 Jan 2019 21:03:59 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10d4117..f3adb7c 100644 --- a/README.md +++ b/README.md @@ -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.