Skip to content

Commit

Permalink
Merge pull request #191 from amir-s/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo in README
  • Loading branch information
TooTallNate committed Mar 27, 2015
2 parents a9ad988 + 77ed5d3 commit 8c97818
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 @@ -77,7 +77,7 @@ Then, run the program to be debugged as usual.

## Wildcards

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=*`.
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:".

Expand Down

0 comments on commit 8c97818

Please sign in to comment.