diff --git a/README.md b/README.md
index a281f032167d3001ecf9e8b039200ba7ba262731..4f8fca3ef531b37e9352fcf77545c05476a31cb4 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,7 @@ Editors:
 - [Visual Studio Code (VSCode)](https://www.drupal.org/node/1419996)
 
 
-## Automated Testing (PHPUnit + PHPCS)
+## Automated Testing (PHPUnit + PHPCS + PHPStan)
 
 Coder Sniffer comes with a PHPUnit test suite to make sure the sniffs work correctly.
 Use Composer to install the dependencies:
@@ -144,6 +144,10 @@ Then execute the coding standards checker on Coder itself:
 
     ./vendor/bin/phpcs
 
+Then execute static analysis:
+
+    ./vendor/bin/phpstan analyse
+
 
 ## Contributing