From 6d266fae8549ac425ded31692f6d7766ca0bdc72 Mon Sep 17 00:00:00 2001 From: Rufus Date: Wed, 27 Mar 2019 22:22:36 +0100 Subject: [PATCH] fixes typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80ca3790..b6ea0359 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ the utilities, follow the commands listed below: ```shell $ cd /path/to/your/ModSecurity $ git submodule foreach git pull -$ cd tests +$ cd test $ ./regression-tests $ ./unit-tests ```