We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608756e commit 77fabb4Copy full SHA for 77fabb4
README.md
@@ -17,7 +17,7 @@ type: video
17
18
Fork and clone this repository.
19
20
-Run `ironboard` from within the cloned directory and your tests will fail.
+Run `learn` from within the cloned directory and your tests will fail.
21
22
Open the file `lib/a_working_program.rb` and fix the error.
23
@@ -27,4 +27,4 @@ The entire contents of the file should read:
27
puts "Hello World"
28
```
29
30
-Save the file, run `ironboard` and it should pass. Commit your changes and push then open a pull request and it should be all green.
+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.
0 commit comments