Skip to content

Commit 6a604bd

Browse files
committed
Fix typo in README.md example
1 parent e3edc83 commit 6a604bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ $htmxForm = $htmxForms->render('your_form_field', [
5555
'email' => "[email protected]",
5656
]);
5757

58-
echo $htmxForms->styles;
59-
echo $htmxForms->scripts;
60-
echo $htmxForms;
58+
echo $htmxForm->styles;
59+
echo $htmxForm->scripts;
60+
echo $htmxForm;
6161
```
6262

6363
### Including An Activity Indicator

0 commit comments

Comments
 (0)