From d07f44ec897ebca77e00148f4d78d7e920e20a16 Mon Sep 17 00:00:00 2001 From: chiliec Date: Sat, 31 Jan 2015 03:13:31 +0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90ec88a..fab3d1f 100644 --- a/README.md +++ b/README.md @@ -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 ]); ?> ```