Skip to content

Commit fc5deb7

Browse files
committed
Update README.md
1 parent 5fd7170 commit fc5deb7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ It's easiest if you switch into the `src/learnyouhtml` folder and do your work i
102102
cd src/learnyouhtml
103103
learnyouhtml # select an exercise to complete
104104
vim index.html # edit the file in your editor of choice
105-
... some time passes ...
106105
learnyouhtml verify index.html # check that you did it correctly!
107106
```
108107

@@ -124,7 +123,6 @@ It's easiest if you switch into the `src/javascripting` folder and do your work
124123
cd src/javascripting
125124
javascripting # select an exercise to complete
126125
vim introduction.js # edit the first file in your editor of choice
127-
... some time passes ...
128126
javascripting verify introduction.js # check that you did it correctly!
129127
```
130128

@@ -146,7 +144,6 @@ It's easiest if you switch into the `src/learnyounode` folder and do your work i
146144
cd src/learnyounode
147145
learnyounode # select an exercise to complete
148146
vim hello-world.js # edit the first file in your editor of choice
149-
... some time passes ...
150147
learnyounode verify hello-world.js # check that you did it correctly!
151148
```
152149

0 commit comments

Comments
 (0)