提交 5bd17978 编写于 作者: A Aaron Ang

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]
上级 ef06afe2
## 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
......
## README
# README
This README would normally document whatever steps are necessary to get the
application up and running.
......
## 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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册