From e73c6a2e3dc6b101700a1758d5c39b4943788074 Mon Sep 17 00:00:00 2001 From: Jason Freeman Date: Tue, 23 Sep 2014 12:16:44 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5cb6c2bbf..b8fd3d43945 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ jake tests # Build the test infrastructure using the built compiler. jake runtests # Run tests using the built compiler and test infrastructure. # You can override the host or specify a test for this command. # Use host= or tests=. -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 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 -T # List the above commands. ```