From 7cd7ae7c1571716f13d2c13d3193bbd0dfdf69eb Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Thu, 23 Jul 2015 16:07:30 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2912624c679..8fdf088f6d9 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ jake runtests # Run tests using the built compiler and test infrastructu jake runtests-browser # Runs the tests using the built run.js file. Syntax is jake runtests. Optional parameters 'host=', 'tests=[regex], reporter=[list|spec|json|]'. jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests. -jake lint # Runs tslint over the TypeScript source code +jake lint # Runs tslint on the TypeScript source jake -T # List the above commands. ```