aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Durrant <m2@snap2web.com>2013-10-29 10:43:30 -0400
committerMichael Durrant <m2@snap2web.com>2013-10-29 10:43:30 -0400
commitd963b488be886dc94a971c29bcf0efa7a9b6cdb4 (patch)
treebaf6d23588b54f9f01339b707d999ed6de0215ac /README.md
parent94b857899506612956bb542e28e292308accb908 (diff)
downloadrails-d963b488be886dc94a971c29bcf0efa7a9b6cdb4.tar.gz
rails-d963b488be886dc94a971c29bcf0efa7a9b6cdb4.tar.bz2
rails-d963b488be886dc94a971c29bcf0efa7a9b6cdb4.zip
Clarify that visiting http://localhost:3000 should be done in a browser.
Diffstat (limited to 'README.md')
-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: