diff --git a/README.md b/README.md
index fac4f3fd93dc25aa2d40882143b9256669693800..080e25ee87c845c9fc919e4689f44dc32dd8ae8d 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,8 @@ Initially you need to run `composer install`, or `composer update` in case you a
 
 Afterwards you can either run the whole build including linting and coding standards using
 
-    vendor/bin/phing
-    
+    make
+
 or run only tests using
 
-    vendor/bin/phing tests
+    make tests