summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/integrations/node/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/node/README.md b/packages/integrations/node/README.md
index d24ba5e48..c264796ac 100644
--- a/packages/integrations/node/README.md
+++ b/packages/integrations/node/README.md
@@ -137,7 +137,7 @@ app.use((req, res, next) => {
};
ssrHandler(req, res, next, locals);
-);
+});
app.listen(8080);
```