From 2955079bc2c0a96f1e585c234a42c6e9dbd52655 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 2 Aug 2013 02:18:04 +0200 Subject: [PATCH] fixed markdown formatting --- README.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 55d9078..3326f27 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,23 @@ transWhat is a WhatsApp XMPP Gateway based on Spectrum2 ## Dependencies -* __Spectrum 2__ is a XMPP transport - Manual compile latest version from https://github.com/hanzz/libtransport -* __e4u__ is a simple emoji4unicode python wrapper library - Install with `pip install e4u` -* __Yowsup__ is a Implementation of the WhatsApp protocol in python - Use my patched version at https://github.com/stv0g/yowsup -* __Google Atom and GData__ Python wrappers +#### Spectrum 2 +is a XMPP transport + +Manual compile latest version from https://github.com/hanzz/libtransport + +#### e4u +is a simple emoji4unicode python wrapper library + +Install with `pip install e4u` + +#### Yowsup +is a Implementation of the WhatsApp protocol in python + +Use my patched version at https://github.com/stv0g/yowsup + +#### Google Atom and GData Python wrappers +required for Google contacts import ## Contribute