From d62596e7d93d5f2b86d016bdb51e37f50ab356f2 Mon Sep 17 00:00:00 2001 From: Jared Forsyth Date: Thu, 29 Aug 2013 13:21:59 -0600 Subject: [PATCH] typo --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c5a34e8..4ae010c 100644 --- a/Readme.md +++ b/Readme.md @@ -70,7 +70,7 @@ setInterval(function(){ The "*" character may be used as a wildcard. Suppose for example your library has debuggers named "connect:bodyParser", "connect:compress", "connect:session", instead of listing all three with `DEBUG=connect:bodyParser,connect.compress,connect:session`, you may simply do `DEBUG=connect:*`, or to run everything using this module simply use `DEBUG=*`. - You can also exclude specific debuggers by prefixing them with a "-" character. For example, `DEBUG=* -connect:*` would include all debuggers except those starting with "connect:". + You can also exclude specific debuggers by prefixing them with a "-" character. For example, `DEBUG=*,-connect:*` would include all debuggers except those starting with "connect:". ## Browser support