From 96887d7beb9d22d48b5aa80192444fbd04c1ba9f Mon Sep 17 00:00:00 2001 From: Mark Goho Date: Wed, 12 Apr 2017 17:58:39 -0400 Subject: [PATCH] Add "error reporting" to description Adding in "error reporting" to describe what exactly this resource is for. This project makes validation errors super easy to report! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c98417a..ebb7892 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Why use ngxErrors, how to install and include. ### What is it? -Form validation made easy for reactive forms. Typically you'd do something like this: +Form validation error reporting made easy for reactive forms. Typically you'd do something like this: ```js