Skip to content

Commit 2ee32ad

Browse files
author
Adam Jonas
committed
small readme update
1 parent f6a567c commit 2ee32ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The first step is to create a text file called `hello_world.rb`. The `.rb` file
2727

2828
### Step 2
2929

30-
In the file `hello_world.rb` that you created, you need to write a single line of code that prints the string Hello World! to your terminal. Did you notice the method for printing in Ruby in another lab? It is short for "output string". It's the method `puts`. And remember how to make a string in Ruby? Just surround your text with `""`.
30+
In the file `hello_world.rb` that you created, you need to write a single line of code that prints the string Hello World! to your terminal. Did you notice the method for printing in Ruby in another lab? It is short for "output string." It's the method `puts`. And remember how to make a string in Ruby? Just surround your text with `""`.
3131

3232
File: `hello_world.rb`
3333
```ruby

0 commit comments

Comments
 (0)