From e78d3b6e2a4e43b9dcdd8d56e6006556fae0710b Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Wed, 31 Dec 2014 20:40:11 -0500 Subject: [PATCH] Updated README.md. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d983981..85bb9de 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,8 @@ A thread-safe IRC library in Rust based on iterators. It's hopefully compliant with [RFC 2812](http://tools.ietf.org/html/rfc2812). You can find up-to-date, ready-to-use documentation online [here](http://www.rust-ci.org/aatxe/irc/doc/irc/). The documentation is generated -with all features enabled. Specifically, the signatures of irc::conn::Connection::send(...) and -irc::conn::Connection::recv(...) will be different by default, and no CTCP functions will be -present. +with the default features. These are, however, strictly optional and can be disabled by the +end-user. ## Getting Started ##