From a629ba46709b4b538aabe1650dadf965d5e114ca Mon Sep 17 00:00:00 2001 From: Nuriel Date: Sun, 10 Jan 2016 21:07:51 +0200 Subject: [PATCH] small fix --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index d02b971..3bb75d6 100644 --- a/README.markdown +++ b/README.markdown @@ -39,7 +39,7 @@ Eg: `curl ... | NVM_DIR="path/to/nvm" bash` *NB. The installer can use `git`, `curl`, or `wget` to download `nvm`, whatever is available.* optional: in case you're getting `nvm: command not found` error, you can activate nvm by sourcing it from your shell: -` ~/.nvm/nvm.sh` +`. ~/.nvm/nvm.sh` ### Manual install