Skip to content

Commit

Permalink
Fix title of README according to Markdown conventions
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
aaronang committed Feb 25, 2016
1 parent ef06afe commit 5bd1797
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## README
# README

This README would normally document whatever steps are necessary to get the
application up and running.
Expand Down
4 changes: 2 additions & 2 deletions tools/README.md
Original file line number Diff line number Diff line change
@@ -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
* `line_statistics` provides CodeTools module and LineStatistics class to count lines

0 comments on commit 5bd1797

Please sign in to comment.