Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
barbushin committed Oct 15, 2015
1 parent cc1a49a commit 1148829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Just add following code in the head of your script:
use PhpImap\IncomingMail;
use PhpImap\IncomingMailAttachment;

### [Usage example](https://github.com/barbushin/php-imap/blob/master/example/index.php)
### Usage example

```php
$mailbox = new PhpImap\Mailbox('{imap.gmail.com:993/imap/ssl}INBOX', '[email protected]', '*********', __DIR__);
Expand Down

0 comments on commit 1148829

Please sign in to comment.