Browse Source

doc: Fix missing backtick in debugger doc

v0.11.5-release
Dav Glass 11 years ago
committed by isaacs
parent
commit
7d654be627
  1. 2
      doc/api/debugger.markdown

2
doc/api/debugger.markdown

@ -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

Loading…
Cancel
Save