From 2a146b65ca801e5d4cfd1d0b7e33d452b69bb09b Mon Sep 17 00:00:00 2001 From: Yami Date: Fri, 16 Dec 2016 12:47:04 +0000 Subject: [PATCH] fix: Adjust wording as per @thebigredgeek --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81f55382..b2903bfb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ $ npm install debug ## Usage -`debug` exposes a function; simply pass this function the name of your module, and it will return a decorated version of `console.error` for you to pass debug statements to. This will allow you to specify which modules you wish to see debug statements from when working an issue. +`debug` exposes a function; simply pass this function the name of your module, and it will return a decorated version of `console.error` for you to pass debug statements to. This will allow you to toggle the debug output for different parts of your module as well as the module as a whole. Example _app.js_: