From 547af800dfe07bc1785229cf2a37c68c66c3e995 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Thu, 26 Jan 2012 16:29:39 -0800 Subject: [PATCH] docs --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c60fb78..91c86c7 100644 --- a/Readme.md +++ b/Readme.md @@ -71,7 +71,7 @@ setInterval(function(){ When actively developing an application it can be useful to see when the time spent between one `debug()` call and the next. Suppose for example you invoke `debug()` before requesting a resource, and after as well, the "+NNNms" will show you how much time was spent between calls. - ![](http://f.cl.ly/items/112H3i0e0o0P0a2Q2r11/Screenshot.png) + ![](http://f.cl.ly/items/193R1n402g1E2c31433H/Screenshot.png) When stdout is not a TTY, `Date#toUTCString()` is used, making it more useful for logging the debug information as shown below: