From d40984f88b240750d2f966454d6b294d17563f96 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Mon, 6 Jan 2014 08:30:33 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a40890e..bd0219a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,10 @@ sending large volumes of email, using AMQP message queues. HOW TO USE ========== -First you need to implement the ConnectionHandler interface. This is a class +As we mentioned above, the library does not do any IO by itself, and you need +to pass an object to the library that the library can use for that. So, before +you can even start using the library, you first you need to create a class that +extends from the ConnectionHandler base class. This is a class with a number of methods that are called by the library every time it wants to send out data, or when it needs to inform you that an error occured.