Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Apr 24, 2014
1 parent d7fd45f commit e62090a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use PHPHumanizer\String;

echo String::humanize('field_name'); // "Field Name"
echo String::humanize('user_id'); // "User"
echo String::humanize('field_name', true); // "field name"
echo String::humanize('field_name', false); // "field name"
```

## Number
Expand Down

0 comments on commit e62090a

Please sign in to comment.