aboutsummaryrefslogtreecommitdiffstats
path: root/railties/README
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-03-20 02:15:29 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-03-20 02:15:29 +0000
commit54213dadfde64e163d841056238b3c463aaa4212 (patch)
tree39fe86a2c5e79a1a67008fcbac34acf13caa4c15 /railties/README
parente87d3e333588b8455c2b6d81219adb860c2f4baa (diff)
downloadrails-54213dadfde64e163d841056238b3c463aaa4212.tar.gz
rails-54213dadfde64e163d841056238b3c463aaa4212.tar.bz2
rails-54213dadfde64e163d841056238b3c463aaa4212.zip
Docfixes (closes #11356, #11172, #10523)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9064 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/README')
-rw-r--r--railties/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/README b/railties/README
index a1db73c4b7..fec796013d 100644
--- a/railties/README
+++ b/railties/README
@@ -31,7 +31,7 @@ link:files/vendor/rails/actionpack/README.html.
and your application name. Ex: rails myapp
(If you've downloaded Rails in a complete tgz or zip, this step is already done)
2. Change directory into myapp and start the web server: <tt>script/server</tt> (run with --help for options)
-3. Go to http://localhost:3000/ and get "Welcome aboard: You’re riding the Rails!"
+3. Go to http://localhost:3000/ and get "Welcome aboard: You're riding the Rails!"
4. Follow the guidelines to start developing your application