From a3fbc3954f738444602bce3a47dee421262f8046 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 14 Jun 2021 19:53:03 +0100 Subject: [PATCH] docs: fix unintended NodeJS usage (#214) --- docs/content/1.get-started/1.installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.get-started/1.installation.md b/docs/content/1.get-started/1.installation.md index fb3b674411..4a6e275493 100644 --- a/docs/content/1.get-started/1.installation.md +++ b/docs/content/1.get-started/1.installation.md @@ -8,7 +8,7 @@ Before installing Nuxt, you'll need to have a local development environment. Recommended setup is: -* **NodeJS** * (latest LTS version) [[Download](https://nodejs.org/en/download/)] +* **Node.js** * (latest LTS version) [[Download](https://nodejs.org/en/download/)] * **Visual Studio Code** [[Download](https://code.visualstudio.com/)] * **Vetur extension** [[Download](https://marketplace.visualstudio.com/items?itemName=octref.vetur)] * **Yarn package manager** [[Download](https://classic.yarnpkg.com/en/docs/install#windows-stable)]