mirror of
https://github.com/debug-js/debug.git
synced 2026-01-18 16:12:38 +00:00
Readme.md: fix inadvertent markdown italicization
Escape a * that made GitHub's markdown parser italicize the paragraph.
This commit is contained in:
parent
425ad5b6c7
commit
06830e88da
@ -68,7 +68,7 @@ setInterval(function(){
|
||||
|
||||
## 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:".
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user