Skip to content

Commit 13332e1

Browse files
committed
doc: fix heading levels for new repl documentation
PR-URL: #2299 Reviewed-by: Stephen Belanger <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent ed6c249 commit 13332e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/repl.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3434
By default, the REPL will persist history between `iojs` REPL sessions by saving
3535
to 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
4242
either your home directory, or a directory defined by the `NODE_REPL_HISTORY`
4343
variable, as documented below.
4444

45-
### Environment Variable Options
45+
## Environment Variable Options
4646

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

0 commit comments

Comments
 (0)