move example to different port
[multitaskhttpd.git] / README
diff --git a/README b/README
index 2e37e13f5ab8876064ff6428ee7ac1f1d23435b6..be6e13cf3ebfa7edf242af7c127f548e98bd0ba0 100644 (file)
--- a/README
+++ b/README
@@ -7,7 +7,10 @@ So far, this includes a basic HTTP server based on SimpleHTTPServer:
 and a JSONRPC test application:
     python jsonapp.py
 
-The latter is where it gets interesting.  Session cookies are automatically
+then run the jsonrpclib test:
+    python testjsonrpc.py
+
+The jsonapp.py is where it gets interesting.  Session cookies are automatically
 used to create application instances which are persistent in memory
 (TODO: drop them after an application-specified timeout of course...)