Skip to content

Commit

Permalink
Merge pull request #32 from nguyenanhung/develop
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
nguyenanhung authored Aug 16, 2021
2 parents 7fb2cad + c05a525 commit d5dd59a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ use nguyenanhung\MyDebug\Utils;
$utils = new Utils();
$str = 'Nguyễn An Hưng';

dump($utils->getVersion());
dump($utils::slugify($str));
dump($utils::convert_vi_to_en($str));
dump($utils->getVersion()); // show "2.0.5"
dump($utils::slugify($str)); // show "nguyen-an-hung"
dump($utils::convert_vi_to_en($str)); // show "nguyen-an-hung"
```

## Support
Expand Down

0 comments on commit d5dd59a

Please sign in to comment.