From 0ab378b9cf38d5775c17d207c76fe931ae8f5748 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Sat, 8 Dec 2018 01:03:28 -0500 Subject: [PATCH] fix typo (#1512) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4a22fa145..01be0f145 100644 --- a/readme.md +++ b/readme.md @@ -31,7 +31,7 @@ When building the command line tool, [PCRE](http://www.pcre.org/) is optional. I There are multiple compilation choices: * qmake - cross platform build tool * cmake - cross platform build tool -* Windows: Visual Studio (VS 2010 and above) +* Windows: Visual Studio (VS 2013 and above) * Windows: Qt Creator + mingw * gnu make * g++ 4.6 (or later)