Browse Source

Fix hello there subject

content-update
Clément 3 years ago
parent
commit
214c808250
  1. 8
      subjects/hello-there/README.md

8
subjects/hello-there/README.md

@ -54,16 +54,16 @@ git config --global color.ui true
#### Write the code ! #### Write the code !
Once you have installed and configured the necessary tools, Once you have installed and configured the necessary tools,
create a `git` repository with a `hello.js` JS file create a `git` repository named `[[ROOT]]` with a `hello-there.js`
that display the text `Hello There` in the terminal. JS file that display the text `Hello There` in the terminal.
> Don't forget to commit and push the file to the servers > Don't forget to commit and push the file to the servers
### Usage ### Usage
```console ```console
student@ubuntu:~/[[ROOT]]/test$ node hello.js student@ubuntu:~/[[ROOT]]/test$ node hello-there.js
hello there Hello There
student@ubuntu:~/[[ROOT]]/test$ student@ubuntu:~/[[ROOT]]/test$
``` ```

Loading…
Cancel
Save