Update README.md

Fixed typo
master
Anton Kulakov 2016-02-19 20:01:44 +03:00
parent 21a8e88c4e
commit 6408f88194
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ validate({ userId: 1, postId: 19 }))
if (!(err instanceof Ajv.ValidationError)) throw err;
// data is invalid
console.log('Validation errors:', err.errors);
};
});
```