Skip to content

Commit

Permalink
fix: Adjust wording as per @thebigredgeek
Browse files Browse the repository at this point in the history
  • Loading branch information
yamikuronue committed Dec 16, 2016
1 parent c50b33f commit 2a146b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_:

Expand Down

0 comments on commit 2a146b6

Please sign in to comment.