From 9ebb69ec38068e3ac1825d84942d785db62f4814 Mon Sep 17 00:00:00 2001 From: dgreif Date: Mon, 8 Feb 2016 16:53:58 -0600 Subject: [PATCH] docs: wrap at 80 characters --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66e2e25..587006f 100644 --- a/README.md +++ b/README.md @@ -381,8 +381,9 @@ more possible clashes, or false-positives. One should take care of the order the readers are given, since some might return a value even though it is not the correct type (EAN-13 vs. UPC-A). -The `multiple` property tells the decoder if it should stop after finding a single result. If multiple is set to -`true`, the `result` object will have a `barcodes` array, each of which is a `result` object with it's own `codeResult`, +The `multiple` property tells the decoder if it should stop after finding a +single result. If multiple is set to `true`, the `result` object will have a +`barcodes` array, each of which is a `result` object with it's own `codeResult`, `box`, `line`, etc. The remaining properties `drawBoundingBox`, `showFrequency`, `drawScanline` and