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:
parent
fef210474c
commit
258f1e5980
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue