From a16920b577edd587763d9b1d2a361effbe5e4548 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Thu, 23 Jul 2015 16:06:46 -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 f7f1838c8fb..2912624c679 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 compiler +jake lint # Runs tslint over the TypeScript source code jake -T # List the above commands. ```