Skip to content

Commit

Permalink
Remove misleading comment about express (kitajs#184)
Browse files Browse the repository at this point in the history
Signed-off-by: Turner Houghton <[email protected]>
  • Loading branch information
tqhoughton authored Apr 15, 2024
1 parent db172ae commit 2abc5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/suspense-server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ http
// Pipes it into the response
htmlStream.pipe(response);

// If its an express or fastify server, just use
// If it's a fastify server just use
// response.type('text/html; charset=utf-8').send(htmlStream);
})
.listen(8080, () => {
Expand Down

0 comments on commit 2abc5be

Please sign in to comment.