From e0409639a0d65c62d33c0ee1a1f55a8a9dbee29b Mon Sep 17 00:00:00 2001 From: mfuatnuroglu <86949272+mfuatnuroglu@users.noreply.github.com> Date: Thu, 26 Jan 2023 17:37:33 +0300 Subject: [PATCH] Update README.md --- packages/plugin-print/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/plugin-print/README.md b/packages/plugin-print/README.md index ebbb1d317..819524b5d 100644 --- a/packages/plugin-print/README.md +++ b/packages/plugin-print/README.md @@ -59,7 +59,8 @@ Draws a text on a image on a given boundary - @param {number} y the y position to start drawing the text - @param {string} text the text to draw (string or object with `text`, `alignmentX`, and/or `alignmentY`) - @param {number} maxWidth (optional) the boundary width to draw in -- @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 +- @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 ```js import Jimp from 'jimp';