From 5bd179787f06848d8b81b86adfdeb9a62fc4a271 Mon Sep 17 00:00:00 2001 From: Aaron Ang Date: Wed, 24 Feb 2016 13:05:49 +0100 Subject: Fix title of README according to Markdown conventions The first heading in some README's are indicated using a second level heading (`##`), which in my opinion is of incorrect structure. Therefore, in this patch I changed the first heading to a first level heading (`#`) in README's where this incorrect structure occurs. [ci skip] --- railties/lib/rails/generators/rails/app/templates/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib') diff --git a/railties/lib/rails/generators/rails/app/templates/README.md b/railties/lib/rails/generators/rails/app/templates/README.md index 55e144da18..7db80e4ca1 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. -- cgit v1.2.3