diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2013-03-14 22:11:19 -0700 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2013-03-14 22:11:24 -0700 |
commit | 258f1e5980641767dd4f0a80bdade39beabbfe6c (patch) | |
tree | 985b6cd26b7faaa61a97832e3cce527d4831ef9d /guides/source | |
parent | fef210474c3a4f6adbbfda48d705a0d387ddac52 (diff) | |
download | rails-258f1e5980641767dd4f0a80bdade39beabbfe6c.tar.gz rails-258f1e5980641767dd4f0a80bdade39beabbfe6c.tar.bz2 rails-258f1e5980641767dd4f0a80bdade39beabbfe6c.zip |
Getting Started Guide: 3.2.9 -> 4.0.0. [ci skip]
Brought up in https://github.com/rails/rails/issues/9727
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 a1d7e955c8..a1864c123e 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -103,7 +103,7 @@ To verify that you have everything installed correctly, you should be able to ru $ rails --version ``` -If it says something like "Rails 3.2.9", you are ready to continue. +If it says something like "Rails 4.0.0", you are ready to continue. ### Creating the Blog Application |