git » msnlib » commit 178b8df

Minor style updates to the README file

author Alberto Bertogli
2011-05-14 23:34:20 UTC
committer Alberto Bertogli
2011-05-14 23:34:20 UTC
parent 55ac6276929e1eaef176aca317eca9c51ecefd0c

Minor style updates to the README file

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

README +10 -9

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