diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-01-13 11:47:29 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-01-13 11:50:22 +0100 |
commit | ee4b5f1b8aedc59d94e72e1f0689de48e3b477bb (patch) | |
tree | f9e133230d30a1653c827f51d591b4f59738948a | |
parent | 8c0d5e0d1cfcec4ae6618e4ae8286421ff0f92fa (diff) | |
download | rails-ee4b5f1b8aedc59d94e72e1f0689de48e3b477bb.tar.gz rails-ee4b5f1b8aedc59d94e72e1f0689de48e3b477bb.tar.bz2 rails-ee4b5f1b8aedc59d94e72e1f0689de48e3b477bb.zip |
highlight http://localhost:3000 in README.md. Closes #13643. [ci skip]
This has no effect on the API docs. The main API page is taken from:
railties/RDOC_MAIN.rdoc
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -59,7 +59,8 @@ independently outside Rails. Run with `--help` or `-h` for options. -4. Using a browser, 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: |