We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c20bcc commit f9020c2Copy full SHA for f9020c2
README.md
@@ -30,7 +30,7 @@ composer require coduo/php-humanizer
30
use Coduo\PHPHumanizer\StringHumanizer;
31
32
StringHumanizer::humanize('field_name'); // "Field Name"
33
-StringHumanizer::humanize('user_id'); // "User"
+StringHumanizer::humanize('user_id'); // "User id"
34
StringHumanizer::humanize('field_name', false); // "field name"
35
```
36
0 commit comments