Skip to content

Commit addae10

Browse files
authored
Update README.md
1 parent 4b3ace9 commit addae10

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
Validates phone number format.
44

55
<p >
6-
<a href="https://travis-ci.org/laravel-validation-rules/us-phone">
7-
<img src="https://img.shields.io/travis/laravel-validation-rules/us-phone.svg?style=flat-square">
6+
<a href="https://travis-ci.org/laravel-validation-rules/phone">
7+
<img src="https://img.shields.io/travis/laravel-validation-rules/phone.svg?style=flat-square">
88
</a>
9-
<a href="https://scrutinizer-ci.com/g/laravel-validation-rules/us-phone/code-structure/master/code-coverage">
10-
<img src="https://img.shields.io/scrutinizer/coverage/g/laravel-validation-rules/us-phone.svg?style=flat-square">
9+
<a href="https://scrutinizer-ci.com/g/laravel-validation-rules/phone/code-structure/master/code-coverage">
10+
<img src="https://img.shields.io/scrutinizer/coverage/g/laravel-validation-rules/phone.svg?style=flat-square">
1111
</a>
12-
<a href="https://scrutinizer-ci.com/g/laravel-validation-rules/us-phone">
13-
<img src="https://img.shields.io/scrutinizer/g/laravel-validation-rules/us-phone.svg?style=flat-square">
12+
<a href="https://scrutinizer-ci.com/g/laravel-validation-rules/phone">
13+
<img src="https://img.shields.io/scrutinizer/g/laravel-validation-rules/phone.svg?style=flat-square">
1414
</a>
15-
<a href="https://github.com/laravel-validation-rules/us-phone/blob/master/LICENSE">
16-
<img src="https://img.shields.io/github/license/laravel-validation-rules/us-phone.svg?style=flat-square">
15+
<a href="https://github.com/laravel-validation-rules/phone/blob/master/LICENSE">
16+
<img src="https://img.shields.io/github/license/laravel-validation-rules/phone.svg?style=flat-square">
1717
</a>
1818
<a href="https://twitter.com/tylercd100">
1919
<img src="http://img.shields.io/badge/[email protected]?style=flat-square">
@@ -23,7 +23,7 @@ Validates phone number format.
2323
## Installation
2424

2525
```bash
26-
composer require laravel-validation-rules/us-phone
26+
composer require laravel-validation-rules/phone
2727
```
2828

2929
## Usage

0 commit comments

Comments
 (0)