aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorAditya Sanghi <asanghi@me.com>2010-10-17 02:09:47 +0530
committerAditya Sanghi <asanghi@me.com>2010-10-17 02:09:47 +0530
commit5a36f9f89d7ea58c36b486411fc887f9fe6dfc63 (patch)
treed89eece0f72931a5c1c92d46e31916ef7b85618b /railties/guides/source/getting_started.textile
parent40398a1f47e4fd83c4b5c4346c8ba9685bb0bd2d (diff)
parenta38e653a6d512de3d22137cebc239d51f2513502 (diff)
downloadrails-5a36f9f89d7ea58c36b486411fc887f9fe6dfc63.tar.gz
rails-5a36f9f89d7ea58c36b486411fc887f9fe6dfc63.tar.bz2
rails-5a36f9f89d7ea58c36b486411fc887f9fe6dfc63.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r--railties/guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index 42b3313752..3f433c9704 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -282,7 +282,7 @@ You actually have a functional Rails application already. To see it, you need to
$ rails server
</shell>
-This will fire up an instance of the Mongrel web server by default (Rails can also use several other web servers). To see your application in action, open a browser window and navigate to "http://localhost:3000":http://localhost:3000. You should see Rails' default information page:
+This will fire up an instance of the WEBrick web server by default (Rails can also use several other web servers). To see your application in action, open a browser window and navigate to "http://localhost:3000":http://localhost:3000. You should see Rails' default information page:
!images/rails_welcome.png(Welcome Aboard screenshot)!