Skip to content

Commit

Permalink
[skip ci] Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 authored Sep 27, 2018
1 parent 8ee032f commit 4fa9632
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 @@ -42,7 +42,7 @@ Do not forget to run `composer install` and add `require 'vendor/autoload.php';`

### Manually Installation

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.
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.

## Usage

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

0 comments on commit 4fa9632

Please sign in to comment.