From 65a8c88f16820376217b7735c0b90147d5774466 Mon Sep 17 00:00:00 2001 From: Elias Bachaalany Date: Tue, 18 Apr 2017 23:04:52 -0700 Subject: [PATCH] Fixed minor typo (#799) --- docs/COMPILE-WINDOWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/COMPILE-WINDOWS.md b/docs/COMPILE-WINDOWS.md index 0e292370..6ddfd467 100644 --- a/docs/COMPILE-WINDOWS.md +++ b/docs/COMPILE-WINDOWS.md @@ -82,7 +82,7 @@ For each option, refer to docs/README for more details. To compile with MinGW, install MSYS2 as instructed in the first section. -Note: After MSYS2 is installed, you will have 3 shortcuts to open the command prompt: "MSYS2 MSYS", "MSYS2 MingGW-32 bit" and "MSYS2 MinGW 64-bit". Use the MinGW shortcut so that compilation succeeds. +Note: After MSYS2 is installed, you will have 3 shortcuts to open the command prompt: "MSYS2 MSYS", "MSYS2 MinGW-32 bit" and "MSYS2 MinGW 64-bit". Use the MinGW shortcut so that compilation succeeds. Then, build Unicorn with the next steps: