From 3bc5f46d530e2c6b4fea7de68cba475174a44835 Mon Sep 17 00:00:00 2001 From: David Tang Date: Fri, 25 Aug 2017 00:45:52 -0700 Subject: [PATCH] readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96dd176a..6d57ebe1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ npm install validatorjs ### Browser ```html - + ``` ### Node.js / Browserify @@ -178,7 +178,7 @@ The field under validation must be after the given date. #### after_or_equal:date -The field unter validation must be after or equal to the given field +The field unter validation must be after or equal to the given field #### alpha @@ -516,7 +516,7 @@ Note: by default all _[] characters will be replaced with spaces. Error messages are in English by default. To include another language in the browser, reference the language file in a script tag and call `Validator.useLang('lang_code')`. ```html - +