about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index de8dea4..e4a7bff 100644
--- a/README.org
+++ b/README.org
@@ -96,7 +96,7 @@ one.  Return the process object of the newly created process.
 Tests are located in the /tests/ folder. You can run them using
 
 #+BEGIN_SRC sh
-  make -C tests
+  make check
 #+END_SRC
 
 * Contributing