fix: Adjust wording as per @thebigredgeek

This commit is contained in:
Yami 2016-12-16 12:47:04 +00:00
parent c50b33f886
commit 2a146b65ca

View File

@ -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_: