# HG changeset patch # User Ben Croston # Date 1315254233 -3600 # Node ID 686b998428de1b8bc69972214a2200b92a2683c0 # Parent 3c19ae16fc7a583f5a82da350c4e8b34f2b52781 Update typo in README diff -r 3c19ae16fc7a -r 686b998428de README.txt --- a/README.txt Mon Sep 05 21:18:18 2011 +0100 +++ b/README.txt Mon Sep 05 21:23:53 2011 +0100 @@ -23,7 +23,7 @@ return 'Something', myvar application = AuthRPCApp(api(), auth=myauth) - return simple_server.make_server('localhost', 1234, application) + simple_server.make_server('localhost', 1234, application) Example Usage (Client):