Added Opt-In Handler to README

This commit is contained in:
Travis Swientek 2013-08-20 21:12:44 -07:00
parent 56b5057f9a
commit 692577a837

View File

@ -127,8 +127,8 @@ object(stdClass)#26 (2) {
For usage examples on each API endpoint, head over to our official documentation For usage examples on each API endpoint, head over to our official documentation
pages. pages.
This SDK includes a [Message Builder](src/Mailgun/Messages/README.md) and This SDK includes a [Message Builder](src/Mailgun/Messages/README.md),
[Batch Message](src/Mailgun/Messages/README.md) component. [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 Message Builder allows you to quickly create the array of parameters, required
to send a message, by calling a methods for each parameter. to send a message, by calling a methods for each parameter.