From 2b45ecce9237d340bb18a8fff67c37567b5ea9be Mon Sep 17 00:00:00 2001 From: Dombi Attila <83396+dombesz@users.noreply.github.com> Date: Tue, 26 Mar 2024 09:13:47 +0200 Subject: [PATCH] Fix typo in description. --- docs/development/development-environment-ubuntu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/development-environment-ubuntu/README.md b/docs/development/development-environment-ubuntu/README.md index 76a89d3795ef..67a208dc29bd 100644 --- a/docs/development/development-environment-ubuntu/README.md +++ b/docs/development/development-environment-ubuntu/README.md @@ -160,7 +160,7 @@ git clone https://github.com/nodenv/node-build.git $(nodenv root)/plugins/node-b You can find the latest LTS version here: [nodejs.org/en/download/](https://nodejs.org/en/download/) -At the time of writing this is v16.13.1 Install and activate it with: +At the time of writing this is v20.9.0 Install and activate it with: ```shell nodenv install 20.9.0