Update README.md

This commit is contained in:
Nicco 2019-09-28 19:19:48 +02:00 committed by GitHub
parent 6b07497230
commit 891cd11d6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,7 +194,8 @@ const validators = {
```javascript ```javascript
const validators = { const validators = {
username: [{ username: [
{
validator: /^[A-z]*$/, validator: /^[A-z]*$/,
message: 'My custom error message', message: 'My custom error message',
}, },