Skip to content

Commit

Permalink
Add usage page
Browse files Browse the repository at this point in the history
  • Loading branch information
za3k committed Jun 1, 2021
1 parent 171299f commit db4486d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ The QR codes can be read back with a scanner or webcam to re-create the original
The QR mode is always binary with no QR compression.
The output is named <FILE>.qr.pdf
The output is named <FILE>.qr.pdf. You can also pipe stdout.
```
```
2 changes: 1 addition & 1 deletion qr-backup
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The QR codes can be read back with a scanner or webcam to re-create the original
The QR mode is always binary with no QR compression.
The output is named <FILE>.qr.pdf'''
The output is named <FILE>.qr.pdf. You can also pipe stdout.'''

L = qrcode.constants.ERROR_CORRECT_L
M = qrcode.constants.ERROR_CORRECT_M # default, 25%
Expand Down

0 comments on commit db4486d

Please sign in to comment.