diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-10-29 08:28:43 -0700 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-10-29 08:28:43 -0700 |
commit | df2226ea16922fd4e2ea72b8ee372a4cb5621114 (patch) | |
tree | baf6d23588b54f9f01339b707d999ed6de0215ac /README.md | |
parent | 94b857899506612956bb542e28e292308accb908 (diff) | |
parent | d963b488be886dc94a971c29bcf0efa7a9b6cdb4 (diff) | |
download | rails-df2226ea16922fd4e2ea72b8ee372a4cb5621114.tar.gz rails-df2226ea16922fd4e2ea72b8ee372a4cb5621114.tar.bz2 rails-df2226ea16922fd4e2ea72b8ee372a4cb5621114.zip |
Merge pull request #12690 from durrantm/minor_README_change
Clarify that visiting http://localhost:3000 should be done in a browser. [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 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: |