diff options
author | Joost Baaij <joost@spacebabies.nl> | 2010-08-25 17:20:55 +0200 |
---|---|---|
committer | Joost Baaij <joost@spacebabies.nl> | 2010-08-25 17:20:55 +0200 |
commit | 111c4a4a018e457fffd472df9a68a4625c4654e0 (patch) | |
tree | d10dca51637ce9e13e4b63e8140ce81f4bf4c1f6 | |
parent | 43532f6b25758e1299d6fc9404c12b76df8fb3b0 (diff) | |
download | rails-111c4a4a018e457fffd472df9a68a4625c4654e0.tar.gz rails-111c4a4a018e457fffd472df9a68a4625c4654e0.tar.bz2 rails-111c4a4a018e457fffd472df9a68a4625c4654e0.zip |
remove unwanted linebreak
-rw-r--r-- | README.rdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rdoc b/README.rdoc index ea98d78a27..8476db6663 100644 --- a/README.rdoc +++ b/README.rdoc @@ -48,12 +48,12 @@ more separate. Each of these packages can be used independently outside of "Welcome aboard: You're riding Ruby on Rails!" -5. Follow the guidelines to start developing your application. You can find -the following resources handy: +5. Follow the guidelines to start developing your application. You can find the following resources handy: * The README file created within your application. * The {Getting Started Guide}[http://guides.rubyonrails.org/getting_started.html]. * The {Ruby on Rails Tutorial Book}[http://railstutorial.org/book]. +* The {API documentation}[http://api.rubyonrails.org]. == Contributing |