Skip to content

Commit

Permalink
doc: fix heading levels for new repl documentation
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#2299
Reviewed-by: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
rvagg committed Aug 4, 2015
1 parent ed6c249 commit 13332e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/repl.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For example, you could add this to your bashrc file:

alias iojs="env NODE_NO_READLINE=1 rlwrap iojs"

### Persistent History
## Persistent History

By default, the REPL will persist history between `iojs` REPL sessions by saving
to a `.node_repl_history` file in the user's home directory. This can be
Expand All @@ -42,7 +42,7 @@ automatically be converted to using plain text. The new file will be saved to
either your home directory, or a directory defined by the `NODE_REPL_HISTORY`
variable, as documented below.

### Environment Variable Options
## Environment Variable Options

The built-in repl (invoked by running `iojs` or `iojs -i`) may be controlled
via the following environment variables:
Expand Down

0 comments on commit 13332e1

Please sign in to comment.