From 2245de31d7ceeeda04f2b02d99ac952ef82faed5 Mon Sep 17 00:00:00 2001 From: Camel Aissani Date: Fri, 23 Jun 2017 19:43:04 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea07691..fe5187c 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,8 @@ app.get('/user/:id', (req, res) => { // req.params.id = [1,2,3] }); ``` +You can have the full capabilities of Express-style path with this plugin [frontexpress-path-to-regexp](https://github.com/camelaissani/frontexpress-path-to-regexp) + ### Middleware object The middleware object gives access to more hooks