Skip to content

Commit 691ae77

Browse files
author
Igor Chepurnoy
authored
Update README.md
1 parent ae0bdf4 commit 691ae77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ http://localhost/path/to/index.php?r=comments/index
6464
> If you have added this controller in the module admin, the URL will look like the following
6565
> http://localhost/path/to/index.php?r=admin/comments/index
6666
67-
Usage
68-
-------------------
6967
**Notes:**
7068
> 1. Delete button visible only for user with `admin` role.
7169
> 2. When you delete a comment, all nested comments will be marked as `deleted`.
@@ -78,6 +76,8 @@ public function getAvatar()
7876
}
7977
```
8078

79+
Usage
80+
-------------------
8181
**Basic example:**
8282
```php
8383
<?php echo \yii2mod\comments\widgets\Comment::widget([

0 commit comments

Comments
 (0)