Skip to content

Commit 4fa9632

Browse files
authored
[skip ci] Update documentation
1 parent 8ee032f commit 4fa9632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Do not forget to run `composer install` and add `require 'vendor/autoload.php';`
4242

4343
### Manually Installation
4444

45-
Alternatively, you could download [`PHPMailerHandler.php`][link-handler] from GitHub and then manually include it in your script. You also have to install Monolog and PHPMailer manually.
45+
Alternatively, you could download all files in directory [`src`][link-handlers] from GitHub and then manually include them in your script. You also have to install Monolog and PHPMailer manually.
4646

4747
## Usage
4848

@@ -118,7 +118,7 @@ This library is licensed under the MIT license. See the [LICENSE][link-license-f
118118
[link-monolog]: https://github.com/Seldaek/monolog/
119119
[link-phpmailer]: https://github.com/PHPMailer/PHPMailer/
120120
[link-composer]: https://getcomposer.org/
121-
[link-handler]: https://github.com/filips123/MonologPHPMailer/blob/master/src/PHPMailerHandler.php
121+
[link-handlers]: https://github.com/filips123/MonologPHPMailer/tree/master/src
122122
[link-semver]: https://semver.org/
123123
[link-tags]: https://github.com/filips123/MonologPHPMailer/tags/
124124
[link-license-file]: https://github.com/filips123/MonologPHPMailer/blob/master/LICENSE

0 commit comments

Comments
 (0)