Skip to content

Commit 45562d4

Browse files
authored
Update README.md
1 parent 1ebca2e commit 45562d4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Disclaimer
3131
----------
3232
The examples presented here are meant to highlight (and sometimes exploit) the
3333
specifics and quirks of the language. To this end, the presented examples may
34-
exhibit undefined or implementation specific behaviour, or implement solutions
34+
exhibit **undefined** or **implementation specific** behaviour, or implement solutions
3535
that are against good coding practices. This is done for educational purposes
3636
only and always thoroughly documented.
3737

@@ -40,11 +40,11 @@ traditional sense.
4040

4141
Platform Support
4242
----------------
43-
The only requirement for **cpp-tutor** is a C++ compiler that support C++17 and
44-
`CMake-3.20` or newer. It is supported on Linux, Mac OS X and Windows, and is
45-
regularly tested against the following configurations:
43+
The only requirements for **cpp-tutor** are: a C++ compiler that support C++17 and
44+
CMake >= 3.20. This project is regularly tested on Linux, Mac OS X and Windows against
45+
the following configurations:
4646
* Linux Ubuntu 22.04 (GCC-11.4 and LLVM-14)
47-
* Windows (FIXME/TODO!)
47+
* Windows (Visual Studio 17 2022)
4848
* Mac OS X 14.7.5 (AppleClang 15)
4949

5050
Please refer to the CI logs (links at the top of the page) for reference

0 commit comments

Comments
 (0)