From 29b9be22fecf582735a13dda6485bcf321c27c82 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Mon, 25 Mar 2019 09:30:29 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b30f19b..3c5dcc45 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,7 @@ app.use((err, req, res, next) => { }); ``` -(see complete [example](#example)) - -## Example API Server +## Example Express API Server Try the complete example below: