From 650ee367453488afa775600aed9ce4c885baa3f9 Mon Sep 17 00:00:00 2001 From: loulanyue <260355617@qq.com> Date: Wed, 26 Aug 2026 15:37:52 +0800 Subject: [PATCH] docs(readme): update nvm repository URL to nvm-sh/nvm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e56eda93e4..fb4aa9acd0 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Create a project, and you’re good to go. ## Creating an App -**You’ll need to have Node 14.0.0 or later version on your local development machine** (but it’s not required on the server). We recommend using the latest LTS version. You can use [nvm](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to switch Node versions between different projects. +**You’ll need to have Node 14.0.0 or later version on your local development machine** (but it’s not required on the server). We recommend using the latest LTS version. You can use [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to switch Node versions between different projects. To create a new app, you may choose one of the following methods: