Skip to content

Commit 78e4fd6

Browse files
committed
fix styling
1 parent 1e01ba7 commit 78e4fd6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Ready to start?
3636
## Submission
3737

3838
Upon completion, run the following commands:
39-
```
39+
40+
```shell
4041
$ git add .
4142
$ git commit -m "done"
4243
$ git push origin master
@@ -54,10 +55,10 @@ _You should make a PR (stands for Pull Request) as soon as you make any signific
5455

5556
### Iteration 1: Names and Input
5657

57-
1.1 Create a variable `hacker1` with the driver's name. <br>
58-
1.2 Print `"The driver's name is XXXX"`.<br>
59-
1.3 Create a variable `hacker2` with the navigator's name.<br>
60-
1.4 Print `"The navigator's name is YYYY"`.
58+
1.1 Create a variable `hacker1` with the driver's name. <br>
59+
1.2 Print `"The driver's name is XXXX"`.<br>
60+
1.3 Create a variable `hacker2` with the navigator's name.<br>
61+
1.4 Print `"The navigator's name is YYYY"`.
6162

6263
### Iteration 2: Conditionals
6364
2.1. Depending on which name [is longer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length), print:

0 commit comments

Comments
 (0)