From 59b358ae40cf1afda489d04108472cff30cf07f1 Mon Sep 17 00:00:00 2001 From: Daniel Li Date: Thu, 26 Jul 2018 16:18:55 +0100 Subject: [PATCH] Fix README.md using DocToc Table of Contents entries were in wrong order --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d048319a637..e9c536e5d1a 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ - [Listing versions](#listing-versions) - [.nvmrc](#nvmrc) - [Deeper Shell Integration](#deeper-shell-integration) - - [zsh](#zsh) - - [Calling `nvm use` automatically in a directory with a `.nvmrc` file](#calling-nvm-use-automatically-in-a-directory-with-a-nvmrc-file) - [bash](#bash) - [Automatically call `nvm use`](#automatically-call-nvm-use) + - [zsh](#zsh) + - [Calling `nvm use` automatically in a directory with a `.nvmrc` file](#calling-nvm-use-automatically-in-a-directory-with-a-nvmrc-file) - [License](#license) - [Running tests](#running-tests) - [Bash completion](#bash-completion)