Skip to content

Commit

Permalink
readme++
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Sep 25, 2023
1 parent ce4c242 commit a3eb1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const render = function ({
// express middleware
function (req, res) {
res.setHeader('content-type', 'text/html; charset=utf-8')
res.flushheaders()
res.flushHeaders()

render({
// pass a promise that resolves to the user
Expand Down

0 comments on commit a3eb1db

Please sign in to comment.