1
0
Fork 0
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:
Yves Senn 2013-10-29 08:28:43 -07:00
commit df2226ea16

View file

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