diff --git a/README.md b/README.md index 02ae276..134442e 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Exercism exercises in MoonScript. ## Testing -To test all exercises, run `./bin/verify-exercises`. +To test all exercises, run `./bin/test-all`. This command will iterate over all exercises and check to see if their exemplar/example implementation passes all the tests. -To test a single exercise, run `./bin/verify-exercises `. +To test a single exercise, run `./bin/test-one `. ### Using Docker