From cbaffd8eca7f7a202ad3bc19cd291e568c55f4a7 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Thu, 16 Dec 2021 13:07:51 -0800 Subject: [PATCH] [readme]: clarify that lts/* points to the active LTS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94599b7..bb0f06d 100644 --- a/README.md +++ b/README.md @@ -328,7 +328,7 @@ In place of a version pointer like "14.7" or "16.3" or "12.22.1", you can use th ### Long-term Support -Node has a [schedule](https://github.com/nodejs/Release#release-schedule) for long-term support (LTS) You can reference LTS versions in aliases and `.nvmrc` files with the notation `lts/*` for the latest LTS, and `lts/argon` for LTS releases from the "argon" line, for example. In addition, the following commands support LTS arguments: +Node has a [schedule](https://github.com/nodejs/Release#release-schedule) for long-term support (LTS) You can reference LTS versions in aliases and `.nvmrc` files with the notation `lts/*` for the latest _Active_ LTS, and `lts/argon` for LTS releases from the "argon" line, for example. In addition, the following commands support LTS arguments: - `nvm install --lts` / `nvm install --lts=argon` / `nvm install 'lts/*'` / `nvm install lts/argon` - `nvm uninstall --lts` / `nvm uninstall --lts=argon` / `nvm uninstall 'lts/*'` / `nvm uninstall lts/argon`