mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
No need to abbreviate application
[ci skip]
This commit is contained in:
parent
5577e9e825
commit
8ff3fe2e93
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ To begin with, let's get some text up on screen quickly. To do this, you need to
|
|||
|
||||
### Starting up the Web Server
|
||||
|
||||
You actually have a functional Rails application already. To see it, you need to start a web server on your development machine. You can do this by running the following in the root directory of your rails app:
|
||||
You actually have a functional Rails application already. To see it, you need to start a web server on your development machine. You can do this by running the following in the root directory of your rails application:
|
||||
|
||||
```bash
|
||||
$ rails server
|
||||
|
|
Loading…
Reference in a new issue