Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix README heading according to Markdown conventions #23863

Merged
merged 1 commit into from
Feb 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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