From cb4138ebd50e5a96056ddba0b43309851856c216 Mon Sep 17 00:00:00 2001 From: Brian Terlson Date: Fri, 21 Oct 2016 11:31:50 -0700 Subject: [PATCH] Update readme quickstart in light of new node defaults --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c39b0c9..9b7aff4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Requires Node 6 or above. ## Quick Start 1. `git clone https://github.com/tc39/test262.git --depth 1` 2. `npm install -g test262-harness` -3. `test262-harness 'test262\test\**\*.js' --hostType node --hostPath ` +3. `test262-harness 'test262\test\**\*.js' Run `test262-harness --help` for details on the various configuration options.