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:
parent
fd11f72b2f
commit
72e46136b5
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue