From 37b22c8cd85650bf6164e486c099df82d58e5b37 Mon Sep 17 00:00:00 2001 From: VarunSaiTeja <35555010+VarunSaiTeja@users.noreply.github.com> Date: Sun, 7 Mar 2021 09:38:20 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cf5e9c..8acea41 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Generally, we use attributes from System.ComponentModel.DataAnnotations for vali As HotChocolate doesn't validate input arguments, After installing this package, By just adding 2 lines of code in your Startup.cs file. You will be adding support for validation to all input models in your Queries/Mutations. -**Tech Note**: You can use all validation attributes/rules from System.ComponentModel.DataAnnotations (ex: Required, MinLength, Regex etc). This package just adds a middleware to the hot chocolate resolver for validating your input models as configured below steps. +**Tech Note**: You can use all validation attributes/rules from System.ComponentModel.DataAnnotations (ex: Required, MinLength, Regex etc). This package just adds a middleware to the hot chocolate resolver for validating your input models as configured in below steps. ## Steps for configuring validator