diff --git a/doc/api/repl.markdown b/doc/api/repl.markdown index 2104136bf2..557ae170a7 100644 --- a/doc/api/repl.markdown +++ b/doc/api/repl.markdown @@ -159,7 +159,7 @@ associated with each `REPLServer`. For example: var repl = require("repl"), msg = "message"; - repl.start().context.m = msg; + repl.start("> ").context.m = msg; Things in the `context` object appear as local within the REPL: