aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2018-04-19 11:53:44 -0500
committerGitHub <noreply@github.com>2018-04-19 11:53:44 -0500
commitfb9ed7b0dff7dcf8a00e42cd45ec645211c04afc (patch)
tree69277b05dc8b04e350800527484e91c2e1ad8032 /README.md
parent7a697f4e4545075c1da4a6988859ab544f183b93 (diff)
downloadrails-fb9ed7b0dff7dcf8a00e42cd45ec645211c04afc.tar.gz
rails-fb9ed7b0dff7dcf8a00e42cd45ec645211c04afc.tar.bz2
rails-fb9ed7b0dff7dcf8a00e42cd45ec645211c04afc.zip
[ci skip] Remove style of the word Rails at the top
Similarly to https://github.com/rails/rails/pull/32626/commits/9c3fe52f5fa9904b43bf76be13f85db57c223d0c
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7a23cc275c..c7ecaf15cf 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## What's 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
[Model-View-Controller (MVC)](http://en.wikipedia.org/wiki/Model-view-controller)
pattern.