Skip to content

Commit 5e87bf5

Browse files
committed
Update README.md
1 parent 8226707 commit 5e87bf5

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
@@ -51,7 +51,7 @@ php artisan vendor:publish --tag=laravel-admin-summernote
5151

5252
在form表单中使用它:
5353
```php
54-
$form->summernote('content')->rules('require');
54+
$form->summernote('content');
5555
```
5656

5757
## 支持

0 commit comments

Comments
 (0)