Skip to content

Commit

Permalink
Fix type in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Bellanger committed Apr 17, 2024
1 parent f877570 commit b621972
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This crate implements a subset of Epson's ESC/POS protocol for thermal receipt p
It allows you to generate and print documents with basic text formatting, cutting, barcodes, QR codes and raster images
on a compatible printer. It also provides a way to check the printer status.

![Ticket](resources/documentation/ticket.jpg) ![Receipt](resources/documentation/receipt.jpg)
![Ticket](resources/documentation/ticket.jpg) ![Receipt](resources/documentation/receipt.jpg)
_Printed on Aures ODP 333_

This project is strongly inspired by [recibo](https://github.com/jamhall/recibo/tree/main) _(Rust)_,
Expand Down Expand Up @@ -335,6 +335,5 @@ fn main() -> Result<()> {
## Todo

- [ ] Customize drivers timeout read/write
- [ ] Implement all pages codes
- [ ] Add more commands:
- [ ] Graphic (Ex.: `GS 8 L` or `GS ( L`)

0 comments on commit b621972

Please sign in to comment.