Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chiliec committed Jan 30, 2015
1 parent 5b22a72 commit d07f44e
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 @@ -55,7 +55,7 @@ And add widget in view:
'mainDivOptions' => ['class' => 'text-center'], // div options
'classLike' => 'glyphicon glyphicon-thumbs-up', // class for like button
'classDislike' => 'glyphicon glyphicon-thumbs-down', // class for dislike button
'separator' = ' ', // separator between like and dislike button
'separator' => ' ', // separator between like and dislike button
]); ?>
```

Expand Down

0 comments on commit d07f44e

Please sign in to comment.