From 9b4242df7738b23b379c1ff15efc16e0b3bd33c3 Mon Sep 17 00:00:00 2001 From: Shiz Date: Fri, 21 Feb 2014 18:35:46 +0100 Subject: [PATCH] Restate advantages in README. Source code size isn't really that much of an issue when it is well-organized, and I honestly can't be bothered updating the number everytime something changes. It's mostly a subjective advantage anyway. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfb4dd8..0f50c98 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ pydle is a compact, flexible and standards-abiding IRC library for Python 3. Features -------- -* Compact: At ~2100SLoC at time of writing, it's not hard to find what you're looking for in the well-organized source code. +* Well-organized: Thanks to the modularized feature system, it's not hard to find what you're looking for in the well-organized source code. * Standards-abiding: Based on [RFC1459](https://tools.ietf.org/html/rfc1459.html) with some small extension tweaks, with full support of optional extension standards: - [TLS](http://tools.ietf.org/html/rfc5246) - [CTCP](http://www.irchelp.org/irchelp/rfc/ctcpspec.html)