diff --git a/index.html b/index.html
index d2f3de9..1d9520d 100644
--- a/index.html
+++ b/index.html
@@ -47,7 +47,7 @@
Rack: a Ruby Webserver Interface
['200', {'Content-Type' => 'text/html'}, ['A barebones rack app.']]
end
- Rack::Handler::WEBrick.run app
+ Rack::Server.start :app => app, :Port => 9000
Or, you can use the rackup command line