aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAaron Ang <awz.ang@gmail.com>2016-02-24 13:05:49 +0100
committerAaron Ang <awz.ang@gmail.com>2016-02-25 03:39:02 +0100
commit5bd179787f06848d8b81b86adfdeb9a62fc4a271 (patch)
tree21e4806aacd824845aa21a820d2a33254eda0e53 /README.md
parentef06afe29a4e25109c7959d57dcdf55983ec7c23 (diff)
downloadrails-5bd179787f06848d8b81b86adfdeb9a62fc4a271.tar.gz
rails-5bd179787f06848d8b81b86adfdeb9a62fc4a271.tar.bz2
rails-5bd179787f06848d8b81b86adfdeb9a62fc4a271.zip
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]
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fb9e683bc3..a2b726ea6c 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