From ee64595155bbf8cbb1cc4417eca0eedc4144ca3c Mon Sep 17 00:00:00 2001 From: Rob Kiefer Date: Wed, 2 Nov 2016 15:48:55 -0400 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e74ee05f4..6220d814d 100644 --- a/README.md +++ b/README.md @@ -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 ```