Skip to content

Commit 76e0f6b

Browse files
Update README.md
1 parent 9a06252 commit 76e0f6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

c/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To use WebForms Core, first copy the WebForms class file in this directory to yo
1313
#include "WebForms.h"
1414

1515
int main() {
16-
// If is post method by submit form
16+
// If is post method by submit form
1717
if (responseForm.hasKey("btn_SetBodyValue")) {
1818
char name[20] = responseForm.getValue("txt_Name");
1919
char backgroundColor[20] = responseForm.getValue("txt_BackgroundColor");
@@ -33,14 +33,14 @@ int main() {
3333
printf("%s\n", WebForms_Response(&webForms));
3434

3535
WebForms_Clean(&webForms);
36-
36+
3737
return 0;
3838
}
39-
39+
4040
// If is get method
4141
printf("%s\n", backEndRender("view"));
4242

43-
return 0;
43+
return 0;
4444
}
4545

4646
##End
@@ -78,4 +78,4 @@ As you can see, the WebFormsJS script has been added in the header section of th
7878

7979
The latest version of the WebFormsJS script is available through the link below.
8080

81-
https://github.com/elanatframework/Web_forms/blob/elanat_framework/web-forms.js
81+
https://github.com/elanatframework/Web_forms/blob/elanat_framework/web-forms.js

0 commit comments

Comments
 (0)