From b29af09758c58336ccc7c5c1554a8c3919a3f23e Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 16 Mar 2015 00:58:20 +0100 Subject: [PATCH] Fixed formatting in FAQ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d085084..2cdb128 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ A. Currently, on Linux 2.6.32 and Linux 3.15.7, although it should work on the Cygwin port of GCC). More tests will be added on the build matrix. -**Q. Can I use it on Windows without Cygwin?** +**Q. Can I use it on Windows without Cygwin?** A. Yes, you can, Cygwin is only required to compile the static library if you build it from source -- otherwise, a GNU C compatible compiler (like GCC or Clang) is needed to compile your tests with the library.