aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-11-29 14:25:02 -0800
committerSteve Klabnik <steve@steveklabnik.com>2012-11-29 14:25:02 -0800
commitd16a1b9e8b2e94649c42e4320881e84add9ec89d (patch)
tree9d13545a1f1346c1ca8ca93082cd9137053a8546 /guides/source/getting_started.md
parentd168d234e3ce439911a178d1d13f6c2cbf8ff549 (diff)
downloadrails-d16a1b9e8b2e94649c42e4320881e84add9ec89d.tar.gz
rails-d16a1b9e8b2e94649c42e4320881e84add9ec89d.tar.bz2
rails-d16a1b9e8b2e94649c42e4320881e84add9ec89d.zip
Normalize on 'After reading this guide, you will know:'
We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index bddf5b3d40..ceba2c65aa 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -1,8 +1,9 @@
Getting Started with Rails
==========================
-This guide covers getting up and running with Ruby on Rails. After reading it,
-you should be familiar with:
+This guide covers getting up and running with Ruby on Rails.
+
+After reading this guide, you will know:
* Installing Rails, creating a new Rails application, and connecting your
application to a database.