Fix README typo

This commit is contained in:
Rob Kiefer 2016-11-02 15:48:55 -04:00
parent 000cc33bd0
commit ee64595155

View File

@ -15,5 +15,5 @@ There are three commands to run tests: (1) all tests, (2) regression tests, and
```bash
make test
make test-regression
make tests-unit
make test-unit
```