From 692577a83766e5d144377fa4c5299afcc01d680d Mon Sep 17 00:00:00 2001 From: Travis Swientek Date: Tue, 20 Aug 2013 21:12:44 -0700 Subject: [PATCH] Added Opt-In Handler to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70f5c76..23d7259 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,8 @@ object(stdClass)#26 (2) { For usage examples on each API endpoint, head over to our official documentation pages. -This SDK includes a [Message Builder](src/Mailgun/Messages/README.md) and -[Batch Message](src/Mailgun/Messages/README.md) component. +This SDK includes a [Message Builder](src/Mailgun/Messages/README.md), +[Batch Message](src/Mailgun/Messages/README.md) and [Opt-In Handler](src/Mailgun/Lists/README.md) component. Message Builder allows you to quickly create the array of parameters, required to send a message, by calling a methods for each parameter.