diff options
author | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2014-07-22 19:19:32 +0530 |
---|---|---|
committer | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2014-07-22 19:19:32 +0530 |
commit | 28b3180f496d597d0a0017a4ab600d4da0d50224 (patch) | |
tree | ecff05d1699a3a58cf2e25ee88035daf0361c011 /guides/source | |
parent | aa3740ebd24e9c00c1611d91b4ebcc7f19e849be (diff) | |
download | rails-28b3180f496d597d0a0017a4ab600d4da0d50224.tar.gz rails-28b3180f496d597d0a0017a4ab600d4da0d50224.tar.bz2 rails-28b3180f496d597d0a0017a4ab600d4da0d50224.zip |
Fixes #16255 [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index ef97cda3bc..656d74ef06 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -120,7 +120,7 @@ To verify that you have everything installed correctly, you should be able to run the following: ```bash -$ bin/rails --version +$ rails --version ``` If it says something like "Rails 4.2.0", you are ready to continue. |