Skip to content

Commit 43920a8

Browse files
authored
Update README.md
1 parent e8fe1ae commit 43920a8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ services.AddFormHelper(new FormHelperConfiguration
6363
```
6464
Configure:
6565
```
66-
<!-- If you use embeded form helper script files, add this line -->
66+
<!-- If you want to use embeded form helper script file, add this line -->
6767
app.UseFormHelper();
6868
```
6969

@@ -86,12 +86,6 @@ app.UseFormHelper();
8686
// asp-callback="...", asp-beforeSubmit="...", asp-dataType="FormData/Json", asp-enableButtonAfterSuccess="False"
8787
```
8888

89-
// <form id="@formConfig.FormId" asp-controller="Home" asp-action="Save">
90-
// ...
91-
92-
@await Html.RenderFormScript(formConfig)
93-
```
94-
9589
**Controller:**
9690
```csharp
9791
[HttpPost, FormValidator]

0 commit comments

Comments
 (0)