Skip to content

Commit 6e176c4

Browse files
author
Igor Chepurnoy
committed
Update README.md
1 parent 07d9829 commit 6e176c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Once the extension is installed, simply add widget to your page as follows:
2727

2828
1) Usage with ActiveForm and model
2929
```php
30-
echo $form->field($model, "option")->widget(IonSlider::className(), [
30+
echo $form->field($model, "attribute")->widget(IonSlider::className(), [
3131
'pluginOptions' => [
3232
'min' => 0,
3333
'max' => 1,

0 commit comments

Comments
 (0)