diff --git a/index.html b/index.html index d2f3de9..cfd8d8e 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, :server => 'webrick', :Port => 9000

Or, you can use the rackup command line