From 214c8082503f1fa05627025d94a0916f26c8e648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Mon, 1 Mar 2021 05:33:42 +0100 Subject: [PATCH] Fix hello there subject --- subjects/hello-there/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subjects/hello-there/README.md b/subjects/hello-there/README.md index 82afe1c5..074cfd9c 100644 --- a/subjects/hello-there/README.md +++ b/subjects/hello-there/README.md @@ -54,16 +54,16 @@ git config --global color.ui true #### Write the code ! Once you have installed and configured the necessary tools, -create a `git` repository with a `hello.js` JS file -that display the text `Hello There` in the terminal. +create a `git` repository named `[[ROOT]]` with a `hello-there.js` +JS file that display the text `Hello There` in the terminal. > Don't forget to commit and push the file to the servers ### Usage ```console -student@ubuntu:~/[[ROOT]]/test$ node hello.js -hello there +student@ubuntu:~/[[ROOT]]/test$ node hello-there.js +Hello There student@ubuntu:~/[[ROOT]]/test$ ```