diff --git a/README.md b/README.md index fb3b654..b07e30c 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,13 @@ Running When you compile your test file, you get a complete executable. It shows a pretty progress bar thingie and all. -By default, it runs each test in an isolated subprocess (assuming your system -is supported (and that currently includes only Unix (and has only been tested -in Linux)), so all tests still run, even if one segfaults. You can specify the -`--nofork` flag, to make it run everything in the same process, if you need to. +By default, it runs each test in an isolated subprocess (tested, so far, in +Windows and Linux), so all tests still run, even if one segfaults. You can +specify the `--nofork` flag, to make it run everything in the same process, if +you need to. --- CHEAT is Copyrighted (c) 2012 Guillermo "Tordek" Freschi. + CHEAT is provided under a 2-clause BSD license.