From 5712a97c66cf351745b346e017a00839662b9c5c Mon Sep 17 00:00:00 2001 From: Shay Molcho <152275799+shaymolcho@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:28:41 +0200 Subject: [PATCH] Added missing colons for consistency and correctness Inserted missing colons in specific parts of the text to maintain consistency with the existing format. This adjustment ensures a uniform writing style, improves readability, and aligns the text structure with the rest of the document. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89fc5a83a1..e4e40941b0 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ Node has a [schedule](https://github.com/nodejs/Release#release-schedule) for lo Any time your local copy of `nvm` connects to https://nodejs.org, it will re-create the appropriate local aliases for all available LTS lines. These aliases (stored under `$NVM_DIR/alias/lts`), are managed by `nvm`, and you should not modify, remove, or create these files - expect your changes to be undone, and expect meddling with these files to cause bugs that will likely not be supported. -To get the latest LTS version of node and migrate your existing installed packages, use +To get the latest LTS version of node and migrate your existing installed packages, use: ```sh nvm install --reinstall-packages-from=current 'lts/*'