From 609f6f5cc4cd6d309af513abeb356e79bc10d622 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sun, 22 Jan 2012 10:26:13 -0800 Subject: [PATCH] docs --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 3c0a7bc..88c5708 100644 --- a/Readme.md +++ b/Readme.md @@ -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