From 735919b525c2713204d949f4cbfe28bcf0f2598e Mon Sep 17 00:00:00 2001 From: mlucool Date: Tue, 8 Mar 2016 20:47:45 -0500 Subject: [PATCH] Make the format string goodies clearer in README --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index bae742d4..3a2540f3 100644 --- a/Readme.md +++ b/Readme.md @@ -10,7 +10,7 @@ $ npm install debug ## Usage - With `debug` you simply invoke the exported function to generate your debug function, passing it a name which will determine if a noop function is returned, or a decorated `console.error`, so all of the `console` format string goodies you're used to work fine. A unique color is selected per-function for visibility. + With `debug` you simply invoke the exported function to generate your debug function, passing it a name which will determine if a noop function is returned, or a decorated `console.error`, so all of the `console` [format string goodies](https://developer.chrome.com/devtools/docs/console-api#consolelogobject-object) you're used to work fine. A unique color is selected per-function for visibility. Example _app.js_: