Skip to content

Commit

Permalink
Merge pull request HeligPfleigh#154 from Salem-Abderaouf/patch-1
Browse files Browse the repository at this point in the history
fix: typo in `BLEPrinter` example
  • Loading branch information
HeligPfleigh authored Sep 14, 2023
2 parents 838b047 + 993ba19 commit f77d684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ interface IBLEPrinter {
}

printTextTest = () => {
currentPrinter && USBPrinter.printText("<C>sample text</C>\n");
currentPrinter && BLEPrinter.printText("<C>sample text</C>\n");
}

printBillTest = () => {
currentPrinter && USBPrinter.printBill("<C>sample bill</C>");
currentPrinter && BLEPrinter.printBill("<C>sample bill</C>");
}

...
Expand Down

0 comments on commit f77d684

Please sign in to comment.