diff options
author | Nicholas E. May (on Enterprise) <may@greentext.net> | 2010-10-02 22:26:26 -0500 |
---|---|---|
committer | Nicholas E. May (on Enterprise) <may@greentext.net> | 2010-10-02 22:26:26 -0500 |
commit | ffe24354cc55a59ae5efafd69d51dd8e2c5f00fe (patch) | |
tree | 8792822eefb72defc88923dcee7e51af6e8f2fa2 /railties | |
parent | a72edab3b319ebada1d674a6b2fdcf46ad62fbdb (diff) | |
download | rails-ffe24354cc55a59ae5efafd69d51dd8e2c5f00fe.tar.gz rails-ffe24354cc55a59ae5efafd69d51dd8e2c5f00fe.tar.bz2 rails-ffe24354cc55a59ae5efafd69d51dd8e2c5f00fe.zip |
Section 3.2, table: 'README.rdoc' -> 'README'
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <tt>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.| |