From d75b7e3659aeedaa4cc3cbfd0d2935569daa1707 Mon Sep 17 00:00:00 2001 From: slonskyigor Date: Tue, 6 May 2025 08:13:08 +0000 Subject: [PATCH] ci: initalising readme [skip ci] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4acccf4..e9b74d4 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ An in-depth paragraph about your project and overview of use. ### Dependencies -<> +- Node.js ### Installing How/where to download your program. Any modifications needed to be made to files/folders. ```bash -<> +npm install app ``` ## Executing program @@ -25,7 +25,7 @@ How/where to download your program. Any modifications needed to be made to files How to run the program. Step-by-step bullets. ```bash -<> +node app.js ``` ## Usage