Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Mar 16, 2015
1 parent 3cfff13 commit b048edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ $pinyin = Pinyin::trans("带着希望去旅行,比到达终点更美好");

## TODO
- [x] 添加获取首字母;
- [x] 支持繁体;
- [x] <del>支持繁体</del>
- [x] 添加补充词典;
- [x] 添加音频表,根据音频提高未匹配词典时多音字准确度;
- [x] <del>添加 Laravel4 的 serviece provider</del>
- [x] <del>添加 Laravel4 的 serviece provider</del>
- [x] 添加首字母输出大小写选项 `uppercase`
- [x] 支持载入自定义词库:`Pinyin::appends($appends = array())`
- [x] 支持 Laravel 5 的service provider。[overtrue/laravel-pinyin](https://github.com/overtrue/laravel-pinyin)
Expand Down

0 comments on commit b048edd

Please sign in to comment.