From 7a74770ddc97fe98c0465b0166178bca3ef3fe94 Mon Sep 17 00:00:00 2001 From: Christian Wesselhoeft Date: Mon, 16 Feb 2015 12:36:28 -0700 Subject: [PATCH] Fix typo in CONSOLE-RUNNER.md --- CONSOLE-RUNNER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONSOLE-RUNNER.md b/CONSOLE-RUNNER.md index 4e30f4fd16..754149eb46 100644 --- a/CONSOLE-RUNNER.md +++ b/CONSOLE-RUNNER.md @@ -1,6 +1,6 @@ ## Using the Console Test Runner -The console test runner is used to test browserless implementations of ECMAScript, e.g., [v8](http://en.wikipedia.org/wiki/V8_(JavaScript_engine), [node](http://en.wikipedia.org/wiki/Node.js), or [js24](http://packages.ubuntu.com/trusty/libmozjs-24-bin) +The console test runner is used to test browserless implementations of ECMAScript, e.g., [v8](http://en.wikipedia.org/wiki/V8_(JavaScript_engine)), [node](http://en.wikipedia.org/wiki/Node.js), or [js24](http://packages.ubuntu.com/trusty/libmozjs-24-bin) ### Requirements