From 802949eba817046c758a12bbc7e28e420c2bec86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20=27dek=27=20Laudrel?= Date: Fri, 10 Feb 2017 00:08:40 +0100 Subject: [PATCH] fix small typo in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1fac8dd9..96bce48c 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ The Slixmpp Boilerplate ------------------------- Projects using Slixmpp tend to follow a basic pattern for setting up client/component connections and configuration. Here is the gist of the boilerplate needed for a Slixmpp -based project. See the documetation or examples directory for more detailed archetypes for +based project. See the documentation or examples directory for more detailed archetypes for Slixmpp projects:: import logging