Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanbozkus authored Nov 23, 2022
1 parent 65ca3b8 commit e83b45f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Form Helper

###\#1 Form Library for ASP.NET Core MVC
### \#1 Form Library for ASP.NET Core MVC

If you like this library and want to support it, please give a star. :star:

Form & Validation Helper for **ASP.NET Core MVC**

Form Helper helps you to create ajax forms and validations without writing any javascript code. **It transforms server-side validations to client-side.** You can also use the form validator without ajax.

####**Compatible with Fluent Validation** :white_check_mark:
### **Compatible with Fluent Validation** :white_check_mark:
(You can add client-side validation support to Fluent Validation.)

[![NuGet](https://img.shields.io/nuget/v/FormHelper.svg)](https://nuget.org/packages/FormHelper) [![Nuget](https://img.shields.io/nuget/dt/FormHelper.svg)](https://nuget.org/packages/FormHelper)
Expand Down

0 comments on commit e83b45f

Please sign in to comment.