1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Getting Started Guide: 3.2.9 -> 4.0.0. [ci skip]

Brought up in https://github.com/rails/rails/issues/9727
This commit is contained in:
Steve Klabnik 2013-03-14 22:11:19 -07:00
parent fef210474c
commit 258f1e5980

View file

@ -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