Skip to content

Commit 9f33c9a

Browse files
author
Andrew E. Rhyne
committed
added slackin
1 parent 941653e commit 9f33c9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# debug
2-
[![Build Status](https://travis-ci.org/visionmedia/debug.svg?branch=master)](https://travis-ci.org/visionmedia/debug) [![Coverage Status](https://coveralls.io/repos/github/visionmedia/debug/badge.svg?branch=master)](https://coveralls.io/github/visionmedia/debug?branch=master)
2+
[![Build Status](https://travis-ci.org/visionmedia/debug.svg?branch=master)](https://travis-ci.org/visionmedia/debug) [![Coverage Status](https://coveralls.io/repos/github/visionmedia/debug/badge.svg?branch=master)](https://coveralls.io/github/visionmedia/debug?branch=master) [![Slack](https://rauchg-slackin-yybwjekgeo.now.sh/badge.svg)](https://rauchg-slackin-yybwjekgeo.now.sh/)
3+
34

45
A tiny node.js debugging utility modelled after node core's debugging technique.
56

@@ -13,7 +14,7 @@ $ npm install debug
1314

1415
## Usage
1516

16-
`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.
17+
`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.
1718

1819
Example _app.js_:
1920

0 commit comments

Comments
 (0)