Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnguyenhp committed Aug 16, 2021
1 parent 2c0e9f5 commit c05a525
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 c05a525

Please sign in to comment.