diff --git a/README.md b/README.md index d3a60dd..0a182c8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ The Compiler Warnings Test Suite (CWTS) for C++ =============================================== -**Warnings are important, especially in C++. To prevent software bugs developers do require an early warning system. However, not every C++ compiler or code analyzer detects and prints each and every possible warning. CWTS provides a collection of 65 test cases to check this. See the subfolder [Tests/](Tests/) where each test case is handled by a single .cpp source code file, which should generate at least one warning or error.** +**Warnings are important, especially in C++. To prevent software bugs developers do require an early warning system. However, not every C++ compiler or code analyzer detects and prints each and every possible warning. CWTS provides a collection of 66 test cases to check this. See the subfolder [Tests/](Tests/) where each test case is handled by a single .cpp source code file, which should generate at least one warning or error.** -Requirements & Installation ---------------------------- +Requirements & Installation 🔧 +----------------------------- Just a **C++ compiler** and **cmake** is needed. Then execute: ```