summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-17 02:15:38 -0500
committerChris McDonough <chrism@plope.com>2011-12-17 02:15:38 -0500
commitaad3bade86d73f18cf7a4ab6783feeebfe1f8f72 (patch)
treef76218bd50061be4582f01fd1a7000a451f20b94 /README.txt
parentca89e19909700b92fbd8fb9d099141b13a4b8862 (diff)
downloadwaitress-aad3bade86d73f18cf7a4ab6783feeebfe1f8f72.tar.gz
brute force rename
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index f1c5029..07f6a49 100644
--- a/README.txt
+++ b/README.txt
@@ -5,13 +5,13 @@ servers themselves and helper objects, such as tasks and requests.
WSGI Support
============
-`zope.server`'s HTTP server comes with WSGI_ support.
-``zope.server.http.wsgihttpserver.WSGIHTTPServer`` can act as a WSGI gateway.
-There's also an entry point for PasteDeploy_ that lets you use zope.server's
+`waitress`'s HTTP server comes with WSGI_ support.
+``waitress.http.wsgihttpserver.WSGIHTTPServer`` can act as a WSGI gateway.
+There's also an entry point for PasteDeploy_ that lets you use waitress's
WSGI gateway from a configuration file, e.g.::
[server:main]
- use = egg:zope.server
+ use = egg:waitress
host = 127.0.0.1
port = 8080