diff --git a/README.md b/README.md index 6367b2a7..47d85c18 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This documentation comprises these three parts: * [Why do we need yet another C++ Test Framework?](docs/why-catch.md) * [Tutorial](docs/tutorial.md) - getting started -* [Reference section](docs/reference-index.md) - all the details +* [Reference section](docs/Readme.md) - all the details The documentation will continue until morale improves diff --git a/docs/command-line.md b/docs/command-line.md index af0c5383..f534d858 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -60,6 +60,7 @@ A reporter is an object that formats and structures the output of running tests, The bundled reporters are:
-r console
+-r compact
 -r xml
 -r junit
 
@@ -152,4 +153,4 @@ Prints the command line arguments to stdout --- -[Home](../README.md) \ No newline at end of file +[Home](../README.md)