From cae02976a3f0096d910515526f1a43a6efd3096e Mon Sep 17 00:00:00 2001 From: Manuel F Martinez Date: Tue, 30 Jun 2015 15:09:08 -0700 Subject: [PATCH] Updated accordingly to the wiki --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 317687b..80c4867 100644 --- a/README +++ b/README @@ -72,7 +72,7 @@ The following example shows how to initialize the Epson TM-TI88IV from escpos import * """ Seiko Epson Corp. Receipt Printer M129 Definitions (EPSON TM-T88IV) """ - Epson = escpos.Escpos(0x04b8,0x0202,0) + Epson = escpos.Escpos(0x04b8,0x0202) Epson.text("Hello World") Epson.image("logo.gif") Epson.barcode