Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Mar 19, 2015
1 parent 36e2773 commit 4d3dc03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ There are more convenient functions:
```php
echo pinyin('带着希望去旅行,比到达终点更美好');
// dài zhe xī wàng qù lǔ xíng bǐ dào dá zhōng diǎn gèng měi hǎo

echo letter('带着希望去旅行,比到达终点更美好');
// d z x w q l x b d d z d g m h

//当前也可以两个同时获取
echo pinyin_and_letter('带着希望去旅行,比到达终点更美好');
// array(
Expand Down

0 comments on commit 4d3dc03

Please sign in to comment.