Skip to content

Commit fcafcec

Browse files
authored
Update readme.md
1 parent f136696 commit fcafcec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ composer require directorytree/imapengine
2929

3030
### Connecting
3131

32-
To connect to a mailbox, create a new `Mailbox` instance with the above configuration options:
32+
To connect to a mailbox, create a new `Mailbox` instance with the configuration options:
3333

3434
```php
3535
$mailbox = new Mailbox([
@@ -367,4 +367,4 @@ $message->move('Archive');
367367

368368
// Delete the message.
369369
$message->delete();
370-
```
370+
```

0 commit comments

Comments
 (0)