doc: Fix missing backtick in debugger doc

archived-io.js-v0.10
Dav Glass 2013-07-24 13:17:28 -05:00 committed by isaacs
parent 993bb93e0a
commit 7d654be627
1 changed files with 1 additions and 1 deletions

View File

@ -166,4 +166,4 @@ with the node debugger. Either connect to the `pid` or the URI to the debugger.
The syntax is:
* `node debug -p <pid>` - Connects to the process via the `pid`
* `node debug <URI> - Connects to the process via the URI such as localhost:5858
* `node debug <URI>` - Connects to the process via the URI such as localhost:5858