Skip to content

Commit 5ffa0e2

Browse files
authored
Update README.md (#1120)
1 parent e928cf5 commit 5ffa0e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/plugin-print/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Draws a text on a image on a given boundary
5959
- @param {number} y the y position to start drawing the text
6060
- @param {string} text the text to draw (string or object with `text`, `alignmentX`, and/or `alignmentY`)
6161
- @param {number} maxWidth (optional) the boundary width to draw in
62-
- @param {number} maxHeight (optional) the boundary height to draw in - @param {function(Error, Jimp)} cb (optional) a function to call when the text is written
62+
- @param {number} maxHeight (optional) the boundary height to draw in
63+
- @param {function(Error, Jimp)} cb (optional) a function to call when the text is written
6364

6465
```js
6566
import Jimp from 'jimp';

0 commit comments

Comments
 (0)