From ffe24354cc55a59ae5efafd69d51dd8e2c5f00fe Mon Sep 17 00:00:00 2001 From: "Nicholas E. May (on Enterprise)" Date: Sat, 2 Oct 2010 22:26:26 -0500 Subject: Section 3.2, table: 'README.rdoc' -> 'README' --- railties/guides/source/getting_started.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source/getting_started.textile') diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index e6bf094b7d..41563a5704 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -175,7 +175,7 @@ In any case, Rails will create a folder in your working directory called blo |_.File/Folder|_.Purpose| |Gemfile|This file allows you to specify what gem dependencies are needed for your Rails application.| -|README.rdoc|This is a brief instruction manual for your application. Use it to tell others what your application does, how to set it up, and so on.| +|README|This is a brief instruction manual for your application. Use it to tell others what your application does, how to set it up, and so on.| |Rakefile|This file contains batch jobs that can be run from the terminal.| |app/|Contains the controllers, models, and views for your application. You'll focus on this folder for the remainder of this guide.| |config/|Configure your application's runtime rules, routes, database, and more.| -- cgit v1.2.3