Skip to content

Commit 7260c2d

Browse files
committed
chore(docs): clarify variables
1 parent dc830e1 commit 7260c2d

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
@@ -69,7 +69,7 @@ You will find the generated form view in `resources/views/forms/contact-us.blade
6969

7070
When HTML Forms processes "Form Actions" – it simply fetches each input name to create the usable variables.
7171

72-
That being said, the default view would provide `[NAME]` and `[EMAILADDRESS]`.
72+
That being said, the default view would provide `[name]` and `[emailAddress]`.
7373

7474
#### Error Messages
7575

0 commit comments

Comments
 (0)