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