From 9306a89522651c4c7af4ff324e35c49f59daaef8 Mon Sep 17 00:00:00 2001 From: Tina Holly Date: Sat, 9 Mar 2019 19:07:40 -0500 Subject: [PATCH] Update README to include link to blog post --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0972fc9..3a3faa0 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ const contactSchema = { app.get('/contacts/:id', validate(contactSchema), contactsHandler); ``` +For detailed usage and more examples, see the blog post [Express route param validation (Node.js)](https://tinaciousdesign.com/blog/express-route-param-validation-nodejs). + ## Development ### Testing