Skip to content

Commit c54f404

Browse files
committed
update readme.md
1 parent aa48dcb commit c54f404

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# helpful set of PHP string helper functions & utilities class
22

33

4-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/dvlpr1996/php-string-helpers.svg?style=flat-square)](https://packagist.org/packages/dvlpr1996/php-string-helpers)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
5+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/dvlpr1996/php-string-helpers?style=flat)](https://packagist.org/packages/dvlpr1996/php-string-helpers)
66
[![Total Downloads](https://img.shields.io/packagist/dt/dvlpr1996/php-string-helpers.svg?style=flat-square)](https://packagist.org/packages/dvlpr1996/php-string-helpers)
77

88
All function helpers will be enabled by default (if those functions haven't already been defined).
@@ -17,7 +17,7 @@ also you can use them as utilities class.
1717
You can install the package via composer:
1818

1919
```bash
20-
.....................................
20+
composer require dvlpr1996/php-string-helpers
2121
```
2222

2323
## StrUtility usage

0 commit comments

Comments
 (0)