diff --git a/README.md b/README.md
index 4c953496e21221fca15bc305b25abdd6670fe77d..0d46e6d40f30844a20088e594c013134b4b90153 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,8 @@ To view test coverage, run
 
     yarn cov
 
-Or use Conda in the Zesje repo and run `python -m pytest --cov=zesje tests/`
+A coverage report is now generated in the terminal, as an XML file, and in HTML format.
+The HTML file shows an overview of untested code in red.
 
 ##### Viewing coverage in Visual Studio Code