Skip to content

Commit d5dfc4d

Browse files
committed
fix readme
1 parent 9e8cf0a commit d5dfc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PHP Class for sending email.
1010
```
1111
1. Include autoload file
1212
```php
13-
include('vendor/autoload.php');
13+
require_once('vendor/autoload.php');
1414
```
1515
## Manually install
1616
1. Download [Archive](https://github.com/ddrv/mailer/archive/master.zip)

0 commit comments

Comments
 (0)