From 5bca30beabe4ad0672c8dd638c6469ee0a24e297 Mon Sep 17 00:00:00 2001 From: Michal Date: Thu, 23 Jan 2020 18:11:07 +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 1eb350e..5b52593 100644 --- a/Readme.md +++ b/Readme.md @@ -31,7 +31,7 @@ One of the folders that was created in the previous step is called `VisualMagick folder called `configure`. This folder contains a solution `configure.sln`. Open this solution with Visual Studio and start a `Release` build of the project. This will create a file called `configure.exe` in the folder. Running this program will start a Wizard that allows configuration of ImageMagick and its individual components. -Before running `configure.exe` make sure it's copied into `VisualMagick\configure\configure.exe` location, otherwise it will generate empty MSVC solution. +Before running `configure.exe` make sure it's copied into `VisualMagick\configure\configure.exe` location, otherwise it will generate an empty MSVC solution. ### Build ImageMagick