From ad79ae69669d46c01d64e5a815948c9552bbbeec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81re=CC=81my=20GAU?= Date: Thu, 28 Nov 2024 20:33:25 +0100 Subject: [PATCH] [Documentation] README.md: fix --no-use example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89fc5a8..f890a7f 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr - If the environment variable `$XDG_CONFIG_HOME` is present, it will place the `nvm` files there. -- You can add `--no-use` to the end of the above script (...`nvm.sh --no-use`) to postpone using `nvm` until you manually [`use`](#usage) it. +- You can add `--no-use` to the end of the above script (...`nvm.sh" --no-use`) to postpone using `nvm` until you manually [`use`](#usage) it. - You can customize the install source, directory, profile, and version using the `NVM_SOURCE`, `NVM_DIR`, `PROFILE`, and `NODE_VERSION` variables. Eg: `curl ... | NVM_DIR="path/to/nvm"`. Ensure that the `NVM_DIR` does not contain a trailing slash.