Merge pull request #128 from kulakowka/patch-2

Update README.md
master
Evgeny Poberezkin 2016-02-19 20:18:08 +00:00
commit d398cf8c03
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);
};
});
```