Fix readme command line (#411)

This commit is contained in:
Casey Rodarmor 2019-04-16 22:40:55 -07:00 committed by GitHub
parent eb3ae2d093
commit 1c0dc284fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ test TEST: build
You can then run them with `just COMMAND`:
```sh
$ just test
$ just test-all
cc *.c -o main
./test --all
Yay, all your tests passed!