From 3f25f795f8165ee0dbe7288a29ee7403e65f55dc Mon Sep 17 00:00:00 2001 From: James Hiscock Date: Tue, 25 Feb 2014 08:04:44 +1100 Subject: [PATCH] Clarify how to access the output stream Fixes #63 --- readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index 1bfdcc3d..cf380ccf 100644 --- a/readme.markdown +++ b/readme.markdown @@ -172,7 +172,7 @@ a new pending stack and test state. By default the TAP output goes to `process.stdout` or `console.log()` if the environment doesn't have `process.stdout`. You can pipe the output to someplace -else if you `test.stream.pipe()` to a destination stream on the first tick. +else if you `htest.createStream().pipe()` to a destination stream on the first tick. ## test.only(name, cb)