Skip to content

Commit a29e6e0

Browse files
Update README.md
1 parent 132cac9 commit a29e6e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ resources: 2
88

99
The goal of this lab is purposely basic, just simply test your ability to assign a local variable named `greeting` that is equal to `Hello World`.
1010

11-
You should first make sure the test suite is running correctly by running: `ironboard`.
11+
You should first make sure the test suite is running correctly by running: `learn`.
1212

1313
If you get:
1414

1515
```
16-
-bash: ironboard: command not found
16+
-bash: learn: command not found
1717
```
1818

19-
You need to install ironboard. Do that via
19+
You need to install learn. Do that via
2020

2121
* `gem sources -a http://flatiron:[email protected]`
2222

23-
* `gem install ironboard`
23+
* `gem install learn-co`
2424

2525
Upon the first run of the test suite you should see:
2626

@@ -41,7 +41,7 @@ Finished in 0.00048 seconds
4141
2 examples, 1 failure
4242
```
4343

44-
To solve this error, create a local variable, "greeting" in the `variable.rb` file. Set this variable equal to the string "Hello World". Run `ironboard` to see if you did this correctly.
44+
To solve this error, create a local variable, "greeting" in the `variable.rb` file. Set this variable equal to the string "Hello World". Run `learn` to see if you did this correctly.
4545

4646
## Resources
4747
* [Learn to Program](http://books.flatironschool.com/books/43) - [Chapter 4 Variables and Assignment](http://books.flatironschool.com/books/43?page=31), page 31

0 commit comments

Comments
 (0)