From 4ff9084e99b445fc90ba65850e84ecf7467fbd55 Mon Sep 17 00:00:00 2001 From: Lucian Buzzo Date: Thu, 5 Dec 2019 10:07:38 +0000 Subject: [PATCH] [Docs] Fix small typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ccccf7..e41b47f 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Eg: `curl ... | NVM_DIR="path/to/nvm"`. Ensure that the `NVM_DIR` does not conta If the above doesn't fix the problem, you may try the following: - Open your `.bash_profile` (or `~/.zshrc`, `~/.profile`, or `~/.bashrc`) and add the following line of code: `source ~/`. E.g. `source ~/.bashrc` or `source ~/.zshrc`. - - If the above don't work, try adding the [snippet from the install section](#profile_snippet) that finds the correct nvm directory and loads nvm, to your profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`). + - If the above doesn't work, try adding the [snippet from the install section](#profile_snippet) that finds the correct nvm directory and loads nvm, to your profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`). - For more information about this issue and possible workarounds, please [refer here](https://github.com/nvm-sh/nvm/issues/576)