diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index e6bf094b7d6f77976aba617b5a47b91b0de652d7..41563a5704a41fc7e9b69e4968cb55f4a8d2cabc 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.|