Skip to content

Commit 238484d

Browse files
committed
fixed readme
1 parent c354716 commit 238484d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Validate phone numbers with Laravel 5
2-
[![Latest Version](https://img.shields.io/github/release/laravel-valiation-rules/us-phone.svg?style=flat-square)](https://github.com/laravel-valiation-rules/us-phone/releases)
2+
[![Latest Version](https://img.shields.io/github/release/laravel-validation-rules/us-phone.svg?style=flat-square)](https://github.com/laravel-validation-rules/us-phone/releases)
33
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
4-
[![Build Status](https://travis-ci.org/laravel-valiation-rules/us-phone.svg?branch=master)](https://travis-ci.org/laravel-valiation-rules/us-phone)
5-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/laravel-valiation-rules/us-phone/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/laravel-valiation-rules/us-phone/?branch=master)
6-
[![Code Coverage](https://scrutinizer-ci.com/g/laravel-valiation-rules/us-phone/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/laravel-valiation-rules/us-phone/?branch=master)
7-
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-valiation-rules/us-phone.svg?style=flat-square)](https://packagist.org/packages/laravel-valiation-rules/us-phone)
4+
[![Build Status](https://travis-ci.org/laravel-validation-rules/us-phone.svg?branch=master)](https://travis-ci.org/laravel-validation-rules/us-phone)
5+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/laravel-validation-rules/us-phone/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/laravel-validation-rules/us-phone/?branch=master)
6+
[![Code Coverage](https://scrutinizer-ci.com/g/laravel-validation-rules/us-phone/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/laravel-validation-rules/us-phone/?branch=master)
7+
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-validation-rules/us-phone.svg?style=flat-square)](https://packagist.org/packages/laravel-validation-rules/us-phone)
88

99
This package only checks phone number formatting and not actual number validity.
1010

1111
## Installation
1212

1313
Install via [composer](https://getcomposer.org/) - In the terminal:
1414
```bash
15-
composer require laravel-valiation-rules/us-phone
15+
composer require laravel-validation-rules/us-phone
1616
```
1717

1818
Now add the following to the `providers` array in your `config/app.php`

0 commit comments

Comments
 (0)