Skip to content

Commit 04b7912

Browse files
authored
Update README.md
1 parent df4c77b commit 04b7912

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
[![Latest Stable Version](https://poser.pugx.org/ddrv/mailer/v/stable?format=flat-square)](https://packagist.org/packages/ddrv/mailer)
2-
[![Total Downloads](https://poser.pugx.org/ddrv/mailer/downloads?format=flat-square)](https://packagist.org/packages/ddrv/mailer)
3-
[![License](https://poser.pugx.org/ddrv/mailer/license?format=flat-square)](https://packagist.org/packages/ddrv/mailer)
1+
[![Latest Stable Version](https://img.shields.io/packagist/v/ddrv/mailer.svg?style=flat-square)](https://packagist.org/packages/ddrv/mailer)
2+
[![Total Downloads](https://img.shields.io/packagist/dt/ddrv/mailer.svg?style=flat-square)](https://packagist.org/packages/ddrv/mailer/stats)
3+
[![License](https://img.shields.io/packagist/l/ddrv/mailer.svg?style=flat-square)](https://github.com/ddrv/mailer/blob/master/LICENSE.md)
4+
[![PHP](https://img.shields.io/packagist/php-v/ddrv/mailer.svg?style=flat-square)](https://php.net)
5+
46

57
# Mailer
68
PHP Class for sending email.
@@ -24,7 +26,7 @@ PHP Class for sending email.
2426
require_once('/path/to/libraries/mailer/src/Mailer.php');
2527
```
2628
27-
#Usage
29+
# Usage
2830
2931
```php
3032
/**

0 commit comments

Comments
 (0)