Skip to content

Commit

Permalink
✏️ Fix typo in example (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-temp4 committed May 23, 2020
1 parent a9b8c99 commit 459f573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -132,7 +132,7 @@ router.get(`/api/tweet/render`, async function(req, res) {
html: '<html><body><div>Check out what I just did! #cool</div></body></html>'
});
res.writeHead(200, { 'Content-Type': 'image/png' });
res.end(imgBinary, 'binary');
res.end(image, 'binary');
});
```

Expand Down

0 comments on commit 459f573

Please sign in to comment.