Skip to content

Commit

Permalink
Merge pull request #53 from david476/master
Browse files Browse the repository at this point in the history
Documentation clarification for matrix output.
  • Loading branch information
alexeyten authored Aug 20, 2018
2 parents 56ce14d + 39ae70c commit 9b5ee0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ then in the html files:
* `qr.image(text, [ec_level | options])` — Readable stream with image data;
* `qr.imageSync(text, [ec_level | options])` — string with image data. (Buffer for `png`);
* `qr.svgObject(text, [ec_level | options])` — object with SVG path and size;
* `qr.matrix(text, [ec_level])` — 2D array.
* `qr.matrix(text, [ec_level])` — 2D array of booleans. __Y__ is indexed first (e.g. `[y][x]` NOT `[x][y]`), `[0][0]` is the top left, and `true` means black.


### Options
Expand Down

0 comments on commit 9b5ee0e

Please sign in to comment.