diff --git a/README.md b/README.md index 14d7c0705..197edf772 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,8 @@ Minimal dependencies -------------------- * C++ compiler with good C++11 support. Compilers which are tested to have - everything needed are **GCC** >= 4.7, **Clang** >= 3.1 and **MSVC** >= - 2015. On Windows you can also use **MinGW-w64**. + everything needed are **GCC** >= 4.7, **Clang** >= 3.1 and **MSVC** >= 2015. + On Windows you can also use **MinGW-w64**. * **CMake** >= 2.8.12 * **Corrade** - Plugin management and utility library. You can get it at https://github.com/mosra/corrade. diff --git a/doc/building.dox b/doc/building.dox index ae8ce2c9e..54ac96445 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -33,8 +33,8 @@ namespace Magnum { Minimal set of tools and libraries required for building is: - C++ compiler with good C++11 support. Compilers which are tested to have - everything needed are **GCC** >= 4.7, **Clang** >= 3.1 and **MSVC** >= - 2015. On Windows you can also use **MinGW-w64**. + everything needed are **GCC** >= 4.7, **Clang** >= 3.1 and **MSVC** >= 2015. + On Windows you can also use **MinGW-w64**. - **CMake** >= 2.8.12 - **Corrade** - Plugin management and utility library. See @ref building-corrade "Corrade download and installation guide" for more