From feb1a6a7f4deea564c80b550c02b1ed3dc8f6408 Mon Sep 17 00:00:00 2001 From: Clement Denis Date: Mon, 1 Mar 2021 12:45:03 +0000 Subject: [PATCH] fix: wrong path in the subject examples --- subjects/hello-there/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/hello-there/README.md b/subjects/hello-there/README.md index 074cfd9c..79df9b48 100644 --- a/subjects/hello-there/README.md +++ b/subjects/hello-there/README.md @@ -62,9 +62,9 @@ JS file that display the text `Hello There` in the terminal. ### Usage ```console -student@ubuntu:~/[[ROOT]]/test$ node hello-there.js +student@ubuntu:~/[[ROOT]]$ node hello-there.js Hello There -student@ubuntu:~/[[ROOT]]/test$ +student@ubuntu:~/[[ROOT]]$ ``` ### You will learn about