diff options
| author | Julien (jvoisin) Voisin | 2016-10-06 10:28:47 +0200 |
|---|---|---|
| committer | Julien (jvoisin) Voisin | 2016-10-06 10:28:47 +0200 |
| commit | 0d54e7475c82d0fd2b2bea0259874776a6dfaddd (patch) | |
| tree | bd6fbac99fb744562650f05503985bbe917908ba /RELEASE.md | |
| parent | e5560e053a754ba3ab189e01cbfa9c5a95437a6c (diff) | |
Fix the documentation (closes #35)
The documentation stated `make test` instead of `make tests`.
Thanks to @lippoliv for noticing.
Diffstat (limited to 'RELEASE.md')
| -rw-r--r-- | RELEASE.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -6,7 +6,7 @@ Thou shalt test your modifications. If everything goes fine, you should see this | |||
| 6 | message: | 6 | message: |
| 7 | 7 | ||
| 8 | ``` | 8 | ``` |
| 9 | $ make test | 9 | $ make tests |
| 10 | [+] Congratz, the XX tests succeeded! | 10 | [+] Congratz, the XX tests succeeded! |
| 11 | ``` | 11 | ``` |
| 12 | 12 | ||
