Skip to content

Commit 4384e2f

Browse files
committed
Another readme update
1 parent 55ca560 commit 4384e2f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# PHP string object class
2-
### Author: Kemal Delalic { twitter.com/delalick }
2+
### The missing PHP string library
3+
[![Author](http://img.shields.io/badge/author-delalick-blue.svg)](http://twitter.com/delalick)
34

4-
Instead of writing shit like this;
5+
This will make living with PHP strings easier by;
6+
- providing a simple chained API to string operations
7+
- not mixing up the needle haystack stuff
8+
- allowing you to extend and add your own methods in seconds
59

610
```php
711
$text = 'Something to translate';

0 commit comments

Comments
 (0)