mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #12690 from durrantm/minor_README_change
Clarify that visiting http://localhost:3000 should be done in a browser. [ci skip]
This commit is contained in:
commit
df2226ea16
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ independently outside Rails.
|
|||
|
||||
Run with `--help` or `-h` for options.
|
||||
|
||||
4. Go to http://localhost:3000 and you'll see: "Welcome aboard: You're riding Ruby on Rails!"
|
||||
4. Using a browser, go to http://localhost:3000 and you'll see: "Welcome aboard: You're riding Ruby on Rails!"
|
||||
|
||||
5. Follow the guidelines to start developing your application. You may find
|
||||
the following resources handy:
|
||||
|
|
Loading…
Reference in a new issue