about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-15 13:00:04 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-15 13:00:04 +0000
commit72e46136b52f82d7b8c0fb1930eda038ed43adde (patch)
tree21c143cdb8ce590b3e3c9f211a569eac2e8a182b /README
parentfd11f72b2f0550a5f630025d2606e5884e18f039 (diff)
downloadunicorn-72e46136b52f82d7b8c0fb1930eda038ed43adde.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@39 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 78680f1..1de4c7d 100644
--- a/README
+++ b/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