From 2af47b0034aa3050b4f1e4eeb56cd6d9ac930f9d Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sat, 3 Dec 2016 21:33:54 +0800 Subject: [PATCH] [Docs] Remove mixed addtional indent in the Bash completion codeblock --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index ae76da8..3b02569 100644 --- a/README.markdown +++ b/README.markdown @@ -374,7 +374,7 @@ Nota bene: Avoid running nvm while the tests are running. To activate, you need to source `bash_completion`: ```sh - [[ -r $NVM_DIR/bash_completion ]] && . $NVM_DIR/bash_completion +[[ -r $NVM_DIR/bash_completion ]] && . $NVM_DIR/bash_completion ``` Put the above sourcing line just below the sourcing line for nvm in your profile (`.bashrc`, `.bash_profile`).