This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new fb3f9036 docs: fix inconsistent Node.js version references in README
(#1491)
fb3f9036 is described below
commit fb3f9036ac3860382dc51932609f07c711d14006
Author: Ganesh Patil <[email protected]>
AuthorDate: Sat Jan 24 12:23:00 2026 +0530
docs: fix inconsistent Node.js version references in README (#1491)
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 81c42a8c..488953b3 100644
--- a/README.md
+++ b/README.md
@@ -75,8 +75,8 @@ An easy step to step guide to install nvm and install node
v18 on your local sys
$ nvm install 20
-Note - If you have different Node version other than Node LTS version 14 you
can use following command to make
-Node LTS version 20 as default Node version.
+Note - If you have a different Node version installed, you can use the
following command to switch to
+Node LTS version 20 (recommended, but any version 18+ will work).
$ nvm use 20
@@ -89,8 +89,8 @@ An easy step to step guide to install nvm and install node
v20 on your local sys
> choco install nvm
> nvm install 20
-Note - If you have different Node version other than Node LTS version 14 you
can use following command to make
-Node LTS version 20 as default Node version.
+Note - If you have a different Node version installed, you can use the
following command to switch to
+Node LTS version 20 (recommended, but any version 18+ will work).
> nvm use 20