aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-10-29 08:28:43 -0700
committerYves Senn <yves.senn@gmail.com>2013-10-29 08:28:43 -0700
commitdf2226ea16922fd4e2ea72b8ee372a4cb5621114 (patch)
treebaf6d23588b54f9f01339b707d999ed6de0215ac
parent94b857899506612956bb542e28e292308accb908 (diff)
parentd963b488be886dc94a971c29bcf0efa7a9b6cdb4 (diff)
downloadrails-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]
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 95a66aea28..5a68a166be 100644
--- a/README.md
+++ b/README.md
@@ -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: