From fcafcecf95d02d9d0084d1b7f0ea6e854e0f1983 Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Sun, 9 Feb 2025 00:51:16 -0500 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 7d4e8f4..4ef40ad 100755 --- a/readme.md +++ b/readme.md @@ -29,7 +29,7 @@ composer require directorytree/imapengine ### Connecting -To connect to a mailbox, create a new `Mailbox` instance with the above configuration options: +To connect to a mailbox, create a new `Mailbox` instance with the configuration options: ```php $mailbox = new Mailbox([ @@ -367,4 +367,4 @@ $message->move('Archive'); // Delete the message. $message->delete(); -``` \ No newline at end of file +```