From 0a0f68c23c484e88aa38b98e2d4de83dfea94c01 Mon Sep 17 00:00:00 2001 From: Pawel Wasiluk Date: Tue, 27 Jul 2021 16:14:17 +0200 Subject: [PATCH] Updated deprecated paths --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e44d4e..fb66b31 100644 --- a/README.md +++ b/README.md @@ -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.