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