diff --git a/README.md b/README.md index afd45d5..4780a6b 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,8 @@ capitalized. ```php $ignore = array('at', 'by', 'for', 'in', 'of', 'on', 'out', 'to', 'the'); -S::titleize('i like to watch DVDs at home', 'UTF-8', $ignore); // 'I Like to Watch DVDs at Home' +S::titleize('i like to watch DVDs at home', 'UTF-8', $ignore); +// 'I Like to Watch DVDs at Home' ``` ## TODO