From 6cbbd5b049db34a547511382f811c2ddeeee4d91 Mon Sep 17 00:00:00 2001 From: JCash Date: Sun, 19 Jul 2020 10:22:56 +0200 Subject: [PATCH] doc fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 245e393..3ced440 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Scans an image buffer for any qrcode. `height` The height of the image, in texels - `flip_x` A boolean flag that tells the decoder to flip the image in X first. + `flip_x` A boolean flag (1 or 0) that tells the decoder to flip the image in X first. -> `string` Returns a the text from the qrcode if successful. Returns nil otherwise