From baa32a57f9f1e146fd0d23b71b38d0d40fd00c99 Mon Sep 17 00:00:00 2001 From: Trent Michaels Date: Fri, 1 Mar 2013 12:08:12 -0500 Subject: Clarified need to remove existing code in welcome index. Signed-off-by: Chelsea Macaluso --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/getting_started.md') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 87f5e43157..c0cb5b0da9 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -208,7 +208,7 @@ create app/assets/stylesheets/welcome.css.scss Most important of these are of course the controller, located at `app/controllers/welcome_controller.rb` and the view, located at `app/views/welcome/index.html.erb`. -Open the `app/views/welcome/index.html.erb` file in your text editor and edit it to contain a single line of code: +Open the `app/views/welcome/index.html.erb` file in your text editor. Delete all of the existing code in the file, and replace it with the following single line of code: ```html

Hello, Rails!

-- cgit v1.2.3