diff --git a/README.md b/README.md index fb9e683bc34a87fe56f331ba00e20299c0bf6d44..a2b726ea6cee33603ff1c8efad6ce6527045c979 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Welcome to Rails +# Welcome to Rails Rails is a web-application framework that includes everything needed to create database-backed web applications according to the diff --git a/railties/lib/rails/generators/rails/app/templates/README.md b/railties/lib/rails/generators/rails/app/templates/README.md index 55e144da180b215467d58fe4c01ba46882f0190d..7db80e4ca1bf849701dce58a63f09a102cb9f931 100644 --- a/railties/lib/rails/generators/rails/app/templates/README.md +++ b/railties/lib/rails/generators/rails/app/templates/README.md @@ -1,4 +1,4 @@ -## README +# README This README would normally document whatever steps are necessary to get the application up and running. diff --git a/tools/README.md b/tools/README.md index 1f3d6c59d9dac7ab9a950e2e6f75be4cb0836478..b2e7e4b0aed14dc6240e48b373a7803d9317c80b 100644 --- a/tools/README.md +++ b/tools/README.md @@ -1,8 +1,8 @@ -## Rails dev tools +# Rails dev tools This is a collection of utilities used for Rails internal development. They aren't used by Rails apps directly. * `console` drops you in irb and loads local Rails repos * `profile` profiles `Kernel#require` to help reduce startup time - * `line_statistics` provides CodeTools module and LineStatistics class to count lines \ No newline at end of file + * `line_statistics` provides CodeTools module and LineStatistics class to count lines