diff --git a/README.md b/README.md
index c4b3933..71d3ee9 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@ Command | Description
M-x minitest-verify | Runs minitest test on the current file | `C-c , v`
M-x minitest-verify-single | Runs minitest test on the selected line | `C-c , s`
M-x minitest-rerun | Runs the last test again | `C-c , r`
+M-x minitest-verify-all | Runs all the tests in the project | `C-c , a`
To enable minitest mode on ruby files: