Skip to content

Commit f9020c2

Browse files
Update README.md (#139)
1 parent 8c20bcc commit f9020c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ composer require coduo/php-humanizer
3030
use Coduo\PHPHumanizer\StringHumanizer;
3131

3232
StringHumanizer::humanize('field_name'); // "Field Name"
33-
StringHumanizer::humanize('user_id'); // "User"
33+
StringHumanizer::humanize('user_id'); // "User id"
3434
StringHumanizer::humanize('field_name', false); // "field name"
3535
```
3636

0 commit comments

Comments
 (0)