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]
This commit is contained in:
Aaron Ang 2016-02-24 13:05:49 +01:00
parent ef06afe29a
commit 5bd179787f
3 changed files with 4 additions and 4 deletions

@ -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

@ -1,4 +1,4 @@
## README
# README
This README would normally document whatever steps are necessary to get the
application up and running.

@ -1,4 +1,4 @@
## 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.