mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #23863 from delftswa2016/fix-readme-heading
Fix README heading according to Markdown conventions
This commit is contained in:
commit
9e30869c9a
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
|
Rails is a web-application framework that includes everything needed to
|
||||||
create database-backed web applications according to the
|
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
|
This README would normally document whatever steps are necessary to get the
|
||||||
application up and running.
|
application up and running.
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
## Rails dev tools
|
# Rails dev tools
|
||||||
|
|
||||||
This is a collection of utilities used for Rails internal development.
|
This is a collection of utilities used for Rails internal development.
|
||||||
They aren't used by Rails apps directly.
|
They aren't used by Rails apps directly.
|
||||||
|
|
||||||
* `console` drops you in irb and loads local Rails repos
|
* `console` drops you in irb and loads local Rails repos
|
||||||
* `profile` profiles `Kernel#require` to help reduce startup time
|
* `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
|
||||||
|
|
Loading…
Reference in a new issue