Updated deprecated paths

This commit is contained in:
Pawel Wasiluk 2021-07-27 16:14:17 +02:00 committed by David Garcia
parent 9b270d07b8
commit 0a0f68c23c

View File

@ -146,8 +146,8 @@ $mg->messages()->send('example.com', [
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),
[Batch Message](src/Mailgun/Messages/README.md) and [Opt-In Handler](src/Mailgun/Lists/README.md) component.
This SDK includes a [Message Builder](src/Message/README.md),
[Batch Message](src/Message/README.md).
Message Builder allows you to quickly create the array of parameters, required
to send a message, by calling a methods for each parameter.