Skip to content

Commit f5f2790

Browse files
committed
update readme.md
1 parent 7e2dc88 commit f5f2790

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `dvlpr1996/php-string-helpers` will be documented in this file
44

5+
## 2.0.0 (2023-mm-dd)
6+
7+
- Change in the implementation of package structure
8+
59
## 1.0.0 (2022-12-18)
610

711
Add new methods :

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ String helper methods are static so usage like the following:
2626
First Using The StrUtility Class:
2727

2828
```php
29-
use PhpStringHelpers\utility\StrUtility;
29+
use PhpStringHelpers\Facade\StrUtility;
3030
```
3131

3232
<br>

0 commit comments

Comments
 (0)