aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorShivani <shivanibhanwal@gmail.com>2015-07-24 14:57:36 +0530
committerRobin Dupret <robin.dupret@gmail.com>2015-08-28 15:31:59 +0200
commitac1c888b95481cb66df8175952403b447fffe7e8 (patch)
tree9b1307718f9d0f4fc919a9b00f16fb1bfb0c283f /guides
parentca24ab8c1f7f6430a880046b4d3fa1e890eaadb9 (diff)
downloadrails-ac1c888b95481cb66df8175952403b447fffe7e8.tar.gz
rails-ac1c888b95481cb66df8175952403b447fffe7e8.tar.bz2
rails-ac1c888b95481cb66df8175952403b447fffe7e8.zip
[ci skip] Better description for starting up with new Rails project
These changes rephrases the description with better explanation of step by step process.
Diffstat (limited to 'guides')
-rw-r--r--guides/source/getting_started.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index ef66b75ec1..5700e71103 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -71,10 +71,9 @@ The Rails philosophy includes two major guiding principles:
Creating a New Rails Project
----------------------------
-
-The best way to use this guide is to follow each step as it happens, no code or
-step needed to make this example application has been left out, so you can
-literally follow along step by step.
+The best way to read this guide is to follow it step by step. All steps are
+essential to run this example application and no additional code or steps are
+needed.
By following along with this guide, you'll create a Rails project called
`blog`, a (very) simple weblog. Before you can start building the application,