DOC fix example in readme

Example in readme would print only nonsense, because a newline was missing at the end of text
This commit is contained in:
Patrick Kanzler 2016-04-02 10:44:28 +02:00
parent 68b3ec4d89
commit bf3012b882
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ The basic usage is:
""" Seiko Epson Corp. Receipt Printer M129 Definitions (EPSON TM-T88IV) """
Epson = escpos.Escpos(0x04b8,0x0202,0)
Epson.text("Hello World")
Epson.text("Hello World\n")
Epson.image("logo.gif")
Epson.barcode('1324354657687','EAN13',64,2,'','')
Epson.cut()