Skip to content

Commit 16b5609

Browse files
committed
update
1 parent 83aad70 commit 16b5609

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
@@ -42,7 +42,7 @@ $form = E::form([
4242
Now render the form using:
4343

4444
```php
45-
$form->render(true);
45+
$form->render();
4646
```
4747

4848
And the output is:

0 commit comments

Comments
 (0)