From dbd3183930a638f56838a0723b43882d9cf89fc3 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 27 Aug 2016 10:36:40 +0100 Subject: [PATCH] Reformat options section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0082da7..cade3c8 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,9 @@ HEAD is now at 2176894... v0.31.0 ### Custom Directory -You can specify a custom directory to use with `nvm` by exporting the `NVM_DIR` environment variable. It must be set before `zsh-nvm` is loaded. For example, if you are using antigen, you would put the following in your `.zshrc`: +You can specify a custom directory to use with `nvm` by exporting the `NVM_DIR` environment variable. It must be set before `zsh-nvm` is loaded. + +For example, if you are using antigen, you would put the following in your `.zshrc`: ```shell export NVM_DIR="$HOME/.custom-nvm-dir"