diff --git a/README.md b/README.md index fe47c482..2750c964 100644 --- a/README.md +++ b/README.md @@ -93,10 +93,10 @@ import { const app = express(); -const server = app.listen(); +const httpserver = app.listen(); const httpTerminator = createHttpTerminator({ - server, + server: httpserver, }); await httpTerminator.terminate();