diff --git a/readme.markdown b/readme.markdown index 29c989e..2c85498 100644 --- a/readme.markdown +++ b/readme.markdown @@ -464,7 +464,7 @@ To make testing even more convenient, you may wish to define a ``test`` task in your ``.nimble`` file. Like so: ```nim -task "test", "Runs the test suite": +task test, "Runs the test suite": exec "nim c -r tests/tester" ```