From ddad5dafee891a9cff1f8de433c7361067097543 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Mon, 26 Jun 2023 13:04:27 +0100 Subject: [PATCH] update nodejs guide --- guides/install-nodejs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/install-nodejs.md b/guides/install-nodejs.md index f0b7f0c..9f8eb1a 100644 --- a/guides/install-nodejs.md +++ b/guides/install-nodejs.md @@ -61,6 +61,6 @@ npm --version You should see the version numbers of Node.js and npm printed in the terminal, indicating a successful installation. -Prerequisites +## Finished Congratulations! You have now installed Node.js 18 on your Ubuntu 22.04 machine. Node.js is ready to be used for developing your JavaScript applications.