diff --git a/README.md b/README.md index 2802c02..52ae1eb 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ To access the module, you need to add the following code to your application con 'comment' => [ 'class' => 'yii2mod\comments\Module', // when admin can edit comments on frontend - 'enableInlineEdit' = false, + 'enableInlineEdit' => false, ], ] ```