Skip to content

Commit

Permalink
Merge pull request #43 from ktravers/ktravers-1445657634
Browse files Browse the repository at this point in the history
replace quotes with backticks around code words
  • Loading branch information
dfenjves committed Nov 1, 2015
2 parents ec19762 + 040effb commit 5afc655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ You're going to make a file that will print ["Hello World!"](http://en.wikipedia

## Instructions

Get started by opening this lab with 'learn open' or by clicking the Open button in the toolbar.
Get started by opening this lab with `learn open` or by clicking the Open button in the toolbar.

### Creating a File

The first step is to create a text file called `hello_world.rb`. The `.rb` file extension is a common convention for specifying the language of the file - in this case, Ruby. You can create a file by making a new file in your favorite text editor and saving it into this lab's directory. Or you can type `touch hello_world.rb` within your terminal (note, however, that you won't see any output in Terminal with `touch`), once you've navigated into this lab's directory with `cd`. If you have Sublime Text and the [Sublime Text symlink](http://olivierlacan.com/posts/launch-sublime-text-3-from-the-command-line/) `subl` set up, you can also type `subl .` within this lab's directory to open the entire directory in Sublime (very useful).
The first step is to create a text file called `hello_world.rb`. The `.rb` file extension is a common convention for specifying the language of the file - in this case, Ruby. You can create a file by making a new file in your favorite text editor and saving it into this lab's directory. Or you can type `touch hello_world.rb` within your terminal, once you've navigated into this lab's directory with `cd` (note, however, that you won't see any output in Terminal with `touch`). If you have Sublime Text and the [Sublime Text symlink](http://olivierlacan.com/posts/launch-sublime-text-3-from-the-command-line/) `subl` set up, you can also type `subl .` within this lab's directory to open the entire directory in Sublime (very useful).

### Writing Code

Expand Down

0 comments on commit 5afc655

Please sign in to comment.