This commit is contained in:
TJ Holowaychuk 2012-01-22 10:26:13 -08:00
parent b6a3920a4e
commit 609f6f5cc4

View File

@ -69,7 +69,7 @@ setInterval(function(){
## Conventions
If you're using this in one or more of your libraries, you _should_ use the name of your library so that developers may toggle debugging as desired without guessing names.
If you're using this in one or more of your libraries, you _should_ use the name of your library so that developers may toggle debugging as desired without guessing names. If you have more than one debuggers you _should_ prefix them with your library name and use ":" to separate features. For example "bodyParser" from Connect would then be "connect:bodyParser".
## Wildcards