Skip to content

Commit 0509776

Browse files
shaymolcholjharb
authored andcommitted
[readme] add missing colon
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.
1 parent 01a8749 commit 0509776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ Node has a [schedule](https://github.com/nodejs/Release#release-schedule) for lo
443443

444444
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.
445445

446-
To get the latest LTS version of node and migrate your existing installed packages, use
446+
To get the latest LTS version of node and migrate your existing installed packages, use:
447447

448448
```sh
449449
nvm install --reinstall-packages-from=current 'lts/*'

0 commit comments

Comments
 (0)