From 20f23137bb357df3d3057648225f8810c0202bdd Mon Sep 17 00:00:00 2001 From: Yarik Bratashchuk Date: Mon, 13 May 2024 12:35:57 +0200 Subject: [PATCH] Uppercase yarn and nodejs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- tutorials/gm-world-frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/gm-world-frontend.md b/tutorials/gm-world-frontend.md index 8506e2627..c43f512f8 100644 --- a/tutorials/gm-world-frontend.md +++ b/tutorials/gm-world-frontend.md @@ -14,7 +14,7 @@ Before you start, ensure you have completed the [GM world](/tutorials/gm-world) You will also need Yarn installed for web app development. :::tip -If you don't have yarn or nodejs, run this command to install it using cURL on most Linux distros and macOS: +If you don't have Yarn or Node.js, run this command to install it using cURL on most Linux distros and macOS: ```bash-vue curl -sSL https://rollkit.dev/install-yarn.sh | bash -s {{constants.nodeVersion}} {{constants.yarnVersion}}