From e8cb771489af0ac41d4b4780e318caf67f90d25e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Wed, 25 Dec 2019 18:24:15 -0300 Subject: [PATCH] Typo fixed on line 31 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5338382..70814e5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ node-server [...] Each file (a "service") must export an (asynchronous) `init()`-function, either as the default (`module.exports`) or as a named function (`module.exports.init`). -The function will recieve the expressjs-app, together with an options object, and +The function will receive the expressjs-app, together with an options object, and is free to do with `app` whatever it feels like (add middleware, set some routes etc): ```JavaScript