Skip to content

Commit 40737c4

Browse files
author
Igor Chepurnoy
committed
Update README.md
1 parent 223b46e commit 40737c4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ And add to your controller
4545
}
4646
```
4747
Usage Editable widget
48-
======================================
49-
* As a widget with a model
48+
======================================
49+
50+
As a widget with a model
5051

5152
```php
5253
\yii2mod\editable\Editable::widget( [
@@ -56,12 +57,12 @@ Usage Editable widget
5657
]);
5758
```
5859

59-
* With ActiveForm
60+
With ActiveForm
6061

6162
```php
6263
echo $form->field($model, "firstName")->widget(\yii2mod\editable\Editable::className(), [
6364
'url' => '/profile/update',
6465
'mode' => 'popup'
6566
]);
6667

67-
```
68+
```

0 commit comments

Comments
 (0)