Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jun 15, 2023
1 parent 306f816 commit 7a20379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const app = express();
app.use(express.static('dist/client/'))
app.use((req, res, next) => {
const locals = {
foo: 'bar'
title: 'New title'
};
ssrHandler(req, res, next, locals);
Expand Down

0 comments on commit 7a20379

Please sign in to comment.