aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/README.md b/tools/README.md
index 1f3d6c59d9..b2e7e4b0ae 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