Skip to content

Commit

Permalink
docs: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Oct 31, 2023
1 parent 65c9632 commit 5b27fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ image.addEventListener('load', () => {
console.log({
content: decoded.content,
finder: [topLeft, topRight, bottomLeft],
alignment: alignment ? toPattern(alignment) : null,
alignment: alignment ? alignment : null,
timing: [topLeftTiming, topRightTiming, bottomLeftTiming],
corners: [topLeftCorner, topRightCorner, bottomRightCorner, bottomLeftCorner]
});
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ image.addEventListener('load', () => {
console.log({
content: decoded.content,
finder: [topLeft, topRight, bottomLeft],
alignment: alignment ? toPattern(alignment) : null,
alignment: alignment ? alignment : null,
timing: [topLeftTiming, topRightTiming, bottomLeftTiming],
corners: [topLeftCorner, topRightCorner, bottomRightCorner, bottomLeftCorner]
});
Expand Down

0 comments on commit 5b27fcc

Please sign in to comment.