Browse Source

repl: fix how to module requiring in code comment

This module requiring style is old.
This API has been changed in Node 0.1.16 726865af.
v0.9.7-release
Ryunosuke SATO 12 years ago
committed by isaacs
parent
commit
61741f9a83
  1. 2
      lib/repl.js

2
lib/repl.js

@ -22,7 +22,7 @@
/* A repl library that you can include in your own code to get a runtime /* A repl library that you can include in your own code to get a runtime
* interface to your program. * interface to your program.
* *
* var repl = require("/repl.js"); * var repl = require("repl");
* // start repl on stdin * // start repl on stdin
* repl.start("prompt> "); * repl.start("prompt> ");
* *

Loading…
Cancel
Save