File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ For example, you could add this to your bashrc file:
2929
3030 alias iojs="env NODE_NO_READLINE=1 rlwrap iojs"
3131
32- ### Persistent History
32+ ## Persistent History
3333
3434By default, the REPL will persist history between ` iojs ` REPL sessions by saving
3535to a ` .node_repl_history ` file in the user's home directory. This can be
@@ -42,7 +42,7 @@ automatically be converted to using plain text. The new file will be saved to
4242either your home directory, or a directory defined by the ` NODE_REPL_HISTORY `
4343variable, as documented below.
4444
45- ### Environment Variable Options
45+ ## Environment Variable Options
4646
4747The built-in repl (invoked by running ` iojs ` or ` iojs -i ` ) may be controlled
4848via the following environment variables:
You can’t perform that action at this time.
0 commit comments