Skip to content

Commit 99a7d12

Browse files
SOPHIE DEBENEDETTOSOPHIE DEBENEDETTO
authored andcommitted
fixed instructions
1 parent 70deeb1 commit 99a7d12

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
tags: introduction, debugging, lecture
3-
language: ruby
4-
type: video
5-
---
6-
71
# Fixing Our Broken Program
82

93
[MP4](http://flatiron-videos.s3.amazonaws.com/ironboard/ruby/ruby-lecture-fixing-our-broken-program/ruby-lecture-fixing-our-broken-program.mp4)
@@ -17,7 +11,7 @@ type: video
1711

1812
Fork and clone this repository.
1913

20-
Run `learn` from within the cloned directory and your tests will fail.
14+
Run `learn` from within the cloned directory and you will see that one test passes and the other fails.
2115

2216
Open the file `lib/a_working_program.rb` and fix the error.
2317

@@ -27,4 +21,4 @@ The entire contents of the file should read:
2721
puts "Hello World"
2822
```
2923

30-
Save the file, run `learn` and it should pass. Commit your changes and push then open a pull request and it should be all green.
24+
Save the file, run `learn` and it should pass. Commit your changes and push, then open a pull request between your master branch and the master branch of this repository.

0 commit comments

Comments
 (0)