diff options
Diffstat (limited to 'railties/README')
-rw-r--r-- | railties/README | 2 |
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 |