Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filsh committed Jan 5, 2015
1 parent 4331a72 commit a8ae680
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 @@ -21,7 +21,7 @@ It is recommended that you install the Gearman library [through composer](http:/
```php
'components' => [
'gearman' => [
'class' => 'filsh\yii2\gearman\Component',
'class' => 'filsh\yii2\gearman\GearmanComponent',
'servers' => [
['host' => '127.0.0.1', 'port' => 4730],
],
Expand Down

0 comments on commit a8ae680

Please sign in to comment.