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 +```