Skip to content

Commit fee1824

Browse files
Update README
1 parent c3c8569 commit fee1824

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# laravel-emailVerifier
1+
# laravel-email-validator
22

3-
[![Latest Stable Version](https://poser.pugx.org/busayo/laravel-yearly/v/stable.svg)](https://packagist.org/packages/busayo/laravel-yearly)
3+
[![Latest Stable Version](https://poser.pugx.org/busayo/laravel-yearly/v/stable.svg)](https://packagist.org/packages/unicodeveloper/laravel-email-validator)
44
![](https://img.shields.io/badge/unicodeveloper-approved-brightgreen.svg)
5-
[![License](https://poser.pugx.org/busayo/laravel-yearly/license.svg)](LICENSE.md)
6-
[![Build Status](https://img.shields.io/travis/busayo/laravel-yearly.svg)](https://travis-ci.org/busayo/laravel-yearly)
7-
[![Quality Score](https://img.shields.io/scrutinizer/g/busayo/laravel-yearly.svg?style=flat-square)](https://scrutinizer-ci.com/g/busayo/laravel-yearly)
8-
[![Total Downloads](https://img.shields.io/packagist/dt/busayo/laravel-yearly.svg?style=flat-square)](https://packagist.org/packages/busayo/laravel-yearly)
5+
[![License](https://poser.pugx.org/unicodeveloper/laravel-email-validator/license.svg)](LICENSE.md)
6+
[![Build Status](https://img.shields.io/travis/unicodeveloper/laravel-email-validator.svg)](https://travis-ci.org/unicodeveloper/laravel-email-validator)
7+
[![Quality Score](https://img.shields.io/scrutinizer/g/unicodeveloper/laravel-email-validator.svg?style=flat-square)](https://scrutinizer-ci.com/g/unicodeveloper/laravel-email-validator)
8+
[![Total Downloads](https://img.shields.io/packagist/dt/unicodeveloper/laravel-email-validator.svg?style=flat-square)](https://packagist.org/packages/unicodeveloper/laravel-email-validator)
99

10-
> Laravel 5 Package to help keep your copyright year up-to-date. Simple but insanely useful.
10+
> Laravel 5 Package to help validate and verify your email addresses.
1111
1212
## Install
1313

@@ -16,13 +16,13 @@
1616
Via Composer
1717

1818
``` bash
19-
$ composer require unicodeveloper/laravel-emailVerifier
19+
$ composer require unicodeveloper/laravel-email-validator
2020
```
2121

2222
Another alternative is to simply add the following line to the require block of your `composer.json` file.
2323

2424
```
25-
"unicodeveloper/laravel-emailVerifier": "1.0.*"
25+
"unicodeveloper/laravel-email-validator": "1.0.*"
2626
```
2727

2828
Then run `composer install` or `composer update` to download it and have the autoloader updated.

0 commit comments

Comments
 (0)