diff options
author | Shivani <shivanibhanwal@gmail.com> | 2015-07-24 14:57:36 +0530 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2015-08-28 15:31:59 +0200 |
commit | ac1c888b95481cb66df8175952403b447fffe7e8 (patch) | |
tree | 9b1307718f9d0f4fc919a9b00f16fb1bfb0c283f /guides/source | |
parent | ca24ab8c1f7f6430a880046b4d3fa1e890eaadb9 (diff) | |
download | rails-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/source')
-rw-r--r-- | guides/source/getting_started.md | 7 |
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, |