From 1307ee8b0b38167628c52a95c616afc8b7826e6c Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Tue, 27 Apr 2021 20:16:13 +0200 Subject: [PATCH] Fix subject --- subjects/hello-there/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/subjects/hello-there/README.md b/subjects/hello-there/README.md index 9b727210..884233e6 100644 --- a/subjects/hello-there/README.md +++ b/subjects/hello-there/README.md @@ -2,9 +2,10 @@ ### Installation -#### Install `Scoop` *(windows)* or `Brew` *(mac)* +#### Install `Scoop` _(windows)_ or `Brew` _(mac)_ Follow the instructions here: + - **scoop**: https://scoop.sh/ (windows) - **brew**: https://brew.sh/ (mac) @@ -107,7 +108,7 @@ executed. ### Instructions Once you have installed and configured the necessary tools, -create a `git` repository named `hello-there` with a `hello-there.js` +create a `git` repository named `[[ROOT]]` with a `hello-there.js` JS file that is a program that displays the exact text `Hello There !`, any `Number` and a `Boolean`.