From 5cc298e8af87c4521da33168ce438776103e96ed Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Tue, 5 Nov 2013 07:03:02 -0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f494521..4ce62fc 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,7 @@ The test suite consists of both unit and integration tests. If a template isn't Then, you can run the test with: - $ TEST=mytest mocha test/render_test.js + $ TEST=mytest mocha test/render-test.js ## Thanks