Skip to content

Commit e040300

Browse files
authored
Update testing commands in README.md (#68)
1 parent 925d0ad commit e040300

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Exercism exercises in MoonScript.
66

77
## Testing
88

9-
To test all exercises, run `./bin/verify-exercises`.
9+
To test all exercises, run `./bin/test-all`.
1010
This command will iterate over all exercises and check to see if their exemplar/example implementation passes all the tests.
1111

12-
To test a single exercise, run `./bin/verify-exercises <exercise-slug>`.
12+
To test a single exercise, run `./bin/test-one <exercise-slug>`.
1313

1414
### Using Docker
1515

0 commit comments

Comments
 (0)