Skip to content

Commit 074cb83

Browse files
author
Kate Travers
committed
fix markdown numbered list rendering in Instructions section
1 parent 29c6a09 commit 074cb83

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,38 +22,38 @@ This lab is just about practicing the lab workflow on Learn using the `learn` CL
2222

2323
1. Click on the "Open" link on the lab toolbar above.
2424

25-
![Open Button](https://dl.dropboxusercontent.com/s/6hmrbrtcf0gssev/2015-09-30%20at%207.11%20PM.png)
25+
![Open Button](https://dl.dropboxusercontent.com/s/6hmrbrtcf0gssev/2015-09-30%20at%207.11%20PM.png)
2626

27-
After you click on this, your Terminal should popup and open the lab locally by forking it on GitHub, cloning your fork, and `cd`ing into the lab's directory, and opening your editor.
27+
After you click on this, your Terminal should popup and open the lab locally by forking it on GitHub, cloning your fork, and `cd`ing into the lab's directory, and opening your editor.
2828

29-
![Learn Open](http://learn-co-videos.s3.amazonaws.com/learn-co-orientation/open-from-learn-co.gif)
29+
![Learn Open](http://learn-co-videos.s3.amazonaws.com/learn-co-orientation/open-from-learn-co.gif)
3030

3131
2. After the lab is opened, your terminal should be in the lab's directory and your text editor should be opened.
3232

33-
![Work mode](https://dl.dropboxusercontent.com/s/je5pazo2edy5cwl/2015-09-30%20at%207.34%20PM.png)
33+
![Work mode](https://dl.dropboxusercontent.com/s/je5pazo2edy5cwl/2015-09-30%20at%207.34%20PM.png)
3434

35-
This setup, a terminal in the lab's directory and the lab directory open in an editor like Sublime or Atom, that's the state you want to be in when working on a lab on Learn. It means you're ready.
35+
This setup, a terminal in the lab's directory and the lab directory open in an editor like Sublime or Atom, that's the state you want to be in when working on a lab on Learn. It means you're ready.
3636

3737
3. From your terminal, run the test suite by typing `learn` and hitting enter. You'll see something simlar to:
3838

39-
![Failing Test](https://dl.dropboxusercontent.com/s/0ik01a1urmuw7o6/2015-09-30%20at%207.46%20PM.png)
39+
![Failing Test](https://dl.dropboxusercontent.com/s/0ik01a1urmuw7o6/2015-09-30%20at%207.46%20PM.png)
4040

41-
*Note: My prompt is `// ♥`, yours might be different. You'll see a terminal prompt generally represented by a `$`. That indicates you're suppose to be typing in terminal.*
41+
*Note: My prompt is `// ♥`, yours might be different. You'll see a terminal prompt generally represented by a `$`. That indicates you're suppose to be typing in terminal.*
4242

43-
You can see your test is currently failing, which is fine, we haven't done any work yet, so it makes sense.
43+
You can see your test is currently failing, which is fine, we haven't done any work yet, so it makes sense.
4444

45-
The failure reads: `Make sure you have added a new file or edited edit-me.txt`
45+
The failure reads: `Make sure you have added a new file or edited edit-me.txt`
4646

4747
4. To pass this lab, either make any change to the content of `edit-me.txt` or create a new file.
4848

49-
You can open `edit-me.txt` and you'll see it is currently empty. Add anything to that file, save the file, and then run `learn`, everything should pass.
49+
You can open `edit-me.txt` and you'll see it is currently empty. Add anything to that file, save the file, and then run `learn`, everything should pass.
5050

51-
You can also pass this lab by creating a new file. From Terminal, you can run `touch new-file` to create a new file. Or use your text editor to create a new file and save it. If a new file is added to this lab, when you run `learn`, your tests should pass.
51+
You can also pass this lab by creating a new file. From Terminal, you can run `touch new-file` to create a new file. Or use your text editor to create a new file and save it. If a new file is added to this lab, when you run `learn`, your tests should pass.
5252

53-
![Passing Tests](https://dl.dropboxusercontent.com/s/wu3l4a53w0ey9rm/2015-10-07%20at%2011.16%20PM.png)
53+
![Passing Tests](https://dl.dropboxusercontent.com/s/wu3l4a53w0ey9rm/2015-10-07%20at%2011.16%20PM.png)
5454

5555
5. Once your local tests are passing, you can submit this lab by running `learn submit` from your terminal.
5656

57-
![learn submit](https://learn-co-videos.s3.amazonaws.com/learn-co-orientation/learn-submit-cli-osx.gif)
57+
![learn submit](https://learn-co-videos.s3.amazonaws.com/learn-co-orientation/learn-submit-cli-osx.gif)
5858

59-
You should see this lab pass on Learn.co, congratulations!
59+
You should see this lab pass on Learn.co, congratulations!

0 commit comments

Comments
 (0)