1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

README needed a code update.

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@39 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
zedshaw 2006-02-15 13:00:04 +00:00
parent fd11f72b2f
commit 72e46136b5

2
README
View file

@ -71,7 +71,7 @@ example:
h = Mongrel::HttpServer.new("0.0.0.0", "3000")
h.register("/test", SimpleHandler.new)
h.register("/files", DirHandler.new("."))
h.register("/files", Mongrel::DirHandler.new("."))
h.run.join
If you run this and access port 3000 with a browser it will say