Skip to content

Commit c30dfef

Browse files
committed
[readme] fix level of headings
1 parent 4bdd57b commit c30dfef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
- [Setting Custom Colors](#setting-custom-colors)
3737
- [Persisting custom colors](#persisting-custom-colors)
3838
- [Suppressing colorized output](#suppressing-colorized-output)
39-
- [Restoring PATH](#restoring-path)
40-
- [Set default node version](#set-default-node-version)
41-
- [Use a mirror of node binaries](#use-a-mirror-of-node-binaries)
39+
- [Restoring PATH](#restoring-path)
40+
- [Set default node version](#set-default-node-version)
41+
- [Use a mirror of node binaries](#use-a-mirror-of-node-binaries)
4242
- [.nvmrc](#nvmrc)
4343
- [Deeper Shell Integration](#deeper-shell-integration)
4444
- [bash](#bash)
@@ -488,14 +488,14 @@ nvm help --no-colors
488488
TERM=dumb nvm ls
489489
```
490490

491-
#### Restoring PATH
491+
### Restoring PATH
492492
To restore your PATH, you can deactivate it:
493493

494494
```sh
495495
nvm deactivate
496496
```
497497

498-
#### Set default node version
498+
### Set default node version
499499
To set a default Node version to be used in any new shell, use the alias 'default':
500500

501501
```sh
@@ -504,7 +504,7 @@ nvm alias default 18 # this refers to the latest installed v18.x version of node
504504
nvm alias default 18.12 # this refers to the latest installed v18.12.x version of node
505505
```
506506

507-
#### Use a mirror of node binaries
507+
### Use a mirror of node binaries
508508
To use a mirror of the node binaries, set `$NVM_NODEJS_ORG_MIRROR`:
509509

510510
```sh

0 commit comments

Comments
 (0)