mirror of
https://github.com/tmaier/asn-qr-code-label-generator.git
synced 2026-03-14 16:43:31 +00:00
fix: correct Avery label format name
The previously referenced Avery format L4731REV-25 describes the format incl. package size; This corrects the format to L4731
This commit is contained in:
parent
b2c263c11d
commit
169b380893
3 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ Users are encouraged to validate the output, especially the positioning of the l
|
|||
|
||||
The application currently supports the following label formats:
|
||||
|
||||
- Avery L4731REV-25 (See [UK shop](https://www.avery.co.uk/product/mini-multipurpose-labels-l4731rev-25), [DE shop](https://www.avery-zweckform.com/produkt/universal-etiketten-l4731rev-25))
|
||||
- Avery L4731 (See [UK shop](https://www.avery.co.uk/product/mini-multipurpose-labels-l4731rev-25), [DE shop](https://www.avery-zweckform.com/produkt/universal-etiketten-l4731rev-25))
|
||||
|
||||
### Limitations
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ The application currently has the following limitations:
|
|||
|
||||
- The application is currently only available in English.
|
||||
This is considered a non-issue, as the application is designed to be self-explanatory.
|
||||
- The application currently only supports the Avery L4731REV-25 label format.
|
||||
- The application currently only supports the Avery L4731 label format.
|
||||
Contributions for additional label formats are welcome.
|
||||
- The application only supports Google Chrome and Chromium-based browsers, such as Microsoft Edge. And partially Firefox.
|
||||
This limitation is due to the use of the [CSS `@page` rule](https://developer.mozilla.org/en-US/docs/Web/CSS/@page) for printing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue