From 178b8dfbc8e63c8d27cd405e7b7c948ca4709102 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sun, 15 May 2011 00:34:20 +0100
Subject: [PATCH 8/9] Minor style updates to the README file

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 README |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/README b/README
index 746a6cf..a986b33 100644
--- a/README
+++ b/README
@@ -3,22 +3,23 @@ msnlib
 Alberto Bertogli (albertito@blitiri.com.ar)
 ----------------------------------------------
 
-This is a python implementation for the msn messenger protocol (version 8),
-it's pretty simple and straightforward; but it works well.
+This is a python implementation for the msn messenger protocol (version 8);
+it's pretty simple and straightforward, but it works well.
 
 Please read the 'INSTALL' file to see how to install and use both the client
 and the library.
 
 The client is really simple, uses a text-mode interface with commands similar
-to 'micq' (http://micq.ukeer.de/), which is a great ICQ client.
+to 'climm' (formerly 'micq', http://www.climm.org/), which is a great ICQ
+client.
 
-If you're looking for a good messaging system, forget about messenger and try
-Jabber (http://www.jabber.org), it's the only one which is run in the open
-based on public standards, it's safe, fast, has a lot of features and it's
-quite scalable.
+If you're looking for a good messaging system, forget about MSN and try Jabber
+(http://www.jabber.org), it's the only one which is run in the open based on
+public standards, it's safe, fast, has a lot of features and it's quite
+scalable.
 
-But if you're stuck with messenger for whatever reason (your friends,
-family, the dog, all use it =), I hope you find this useful.
+But if you're stuck with messenger for whatever reason, I hope you find this
+useful.
 
 
 The basic idea for the library is a main class which represents a connection
-- 
1.6.2.2.646.gb214

