From 4862f7ea8f1c9d77af5841cd5b12c1e2887fba8f Mon Sep 17 00:00:00 2001 From: Soracle Date: Sun, 14 May 2023 05:50:58 +0200 Subject: [PATCH] Update a readme file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb214dd..f7e8a3e 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,15 @@ **Steps to set up the overlay on your stream :** - You must first download the project. - Download Project + Download Project -- You need to extract the zip/rar file +- You need to extract the zip/rar file. - You must install Node.js (If Node.js is already installed you can skip the installation) : - A Node.js installation file is available with the name : node-v18.16.0-64.msi -- Once installed, you must install the project packages with the npm install command directly in the project folder or you can run the install.cmd file to install the project packages +- Once installed, you must install the project packages with the npm install command directly in the project folder or you can run the install.cmd file to install the project packages. npm install OR