tracks/crystal/README.md in trackler-2.0.3.0 vs tracks/crystal/README.md in trackler-2.0.3.1
- old
+ new
@@ -2,21 +2,21 @@
Exercism problems in Crystal.
## The Tests
-### All Assignments
+### All Exercises
-Run all assignments with:
+Run all Exercises with:
```bash
$ make test
```
-### Single Assignment
+### Single Exercises
-Run single assignments with:
+Run single Exercises with:
```bash
-$ make test-assignment ASSIGNMENT=test-folder-name
+$ make test-exercise EXERCISE=exercise-name
```
## The Test Generator
### Creating a New Generator