Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman authored Feb 9, 2025
1 parent f136696 commit fcafcec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down Expand Up @@ -367,4 +367,4 @@ $message->move('Archive');

// Delete the message.
$message->delete();
```
```

0 comments on commit fcafcec

Please sign in to comment.