Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/overtrue/laravel-pinyin
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Mar 16, 2015
2 parents 6e8b861 + 3c2e59e commit b79fc46
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 @@ -49,7 +49,7 @@ echo $pinyin->trans('带着希望去旅行,比到达终点更美好');

or use facade `Pinyin`:

add the following line to section `aliases` of you project's `config/app.php` file:
add the following line to the section `aliases` of you project's `config/app.php` file:

```php
'Pinyin' => 'Overtrue\Pinyin\Pinyin',
Expand Down

0 comments on commit b79fc46

Please sign in to comment.