Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ node-server <js-file> [...<js-file>]
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
Expand Down