From 3fb99c652b1196268b5e9a3a027f5908e65864f3 Mon Sep 17 00:00:00 2001 From: dajiaohuang Date: Thu, 10 Sep 2026 03:58:50 +0800 Subject: [PATCH] [Docs] Remove stray closing HTML tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ddf1302..0bf0e8d6 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr #### Additional Notes -- If the environment variable `$XDG_CONFIG_HOME` is present, it will place the `nvm` files there. +- 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 to postpone using `nvm` until you manually [`use`](#usage) it: