1
0
Fork 0
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:
Jon Moss 2016-02-24 21:50:14 -05:00
commit 9e30869c9a
3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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