From 8adc8fa2ba0886c3b5fdc00de0c0aa5529487443 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 31 Jul 2015 20:00:53 +0200 Subject: Update README --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1904f8e7..cc5560b3 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ be in ``docs/_build/html``:: To run the test suite for Slixmpp:: - python testall.py + python run_tests.py The Slixmpp Boilerplate @@ -88,7 +88,7 @@ Slixmpp projects:: xmpp = EchoBot('somejid@example.com', 'use_getpass') xmpp.connect() - xmpp.process(block=True) + xmpp.process(forever=True) Slixmpp Credits @@ -97,8 +97,8 @@ Slixmpp Credits **Maintainer of the slixmpp fork:** Florent Le Coz `louiz@louiz.org `_, -Credits -------- +Credits (SleekXMPP) +------------------- **Main Author:** Nathan Fritz `fritzy@netflint.net `_, -- cgit v1.2.3