Browse Source

Fix readme info for nodejs

workspaces
Nicolas Petton 6 years ago
parent
commit
e5204d18a9
Signed by: nico GPG Key ID: 233587A47C207910
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      readme.md

+ 2
- 2
readme.md View File

@ -48,9 +48,9 @@ Evaluate `M-x jade-connect-to-chrome`.
(Note: as of July 31 2016, this requires node-nightly, which can be installed with `npm install -g node-nightly`).
Start a node process with the `--listen` flag:
Start a node process with the `--inspect` flag:
node --listen myfile.js
node --inspect myfile.js
Evaluate `M-x jade-connect-to-nodejs`.


Loading…
Cancel
Save