From 0d54e7475c82d0fd2b2bea0259874776a6dfaddd Mon Sep 17 00:00:00 2001 From: Julien (jvoisin) Voisin Date: Thu, 6 Oct 2016 10:28:47 +0200 Subject: Fix the documentation (closes #35) The documentation stated `make test` instead of `make tests`. Thanks to @lippoliv for noticing. --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RELEASE.md') diff --git a/RELEASE.md b/RELEASE.md index ebca62f..1c09c06 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -6,7 +6,7 @@ Thou shalt test your modifications. If everything goes fine, you should see this message: ``` -$ make test +$ make tests [+] Congratz, the XX tests succeeded! ``` -- cgit v1.3