File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ npm install --save escpos-xml
2929
3030## Usage
3131
32- In JavaSript :
32+ In JavaScript :
3333
3434### From plain XML
3535``` js
3636
37- import { EscPos } from ' @datahex/ escpos-xml' ;
37+ import { EscPos } from ' escpos-xml' ;
3838
3939const xml = `
4040 <?xml version="1.0" encoding="UTF-8"?>
@@ -51,7 +51,7 @@ const buffer = EscPos.getBufferXML(xml);
5151### From XML + Handlebars
5252``` js
5353
54- import { EscPos } from ' @datahex/ escpos-xml' ;
54+ import { EscPos } from ' escpos-xml' ;
5555
5656const xml = `
5757 <?xml version="1.0" encoding="UTF-8"?>
@@ -72,7 +72,7 @@ const buffer = EscPos.getBufferFromTemplate(xml, data);
7272### From Builder
7373``` js
7474
75- import { EscPos } from ' @datahex/ escpos-xml' ;
75+ import { EscPos } from ' escpos-xml' ;
7676
7777
7878const buffer = EscPos .getBufferBuilder ()
@@ -88,7 +88,7 @@ Comming soon...
8888For a while, this example may help you:
8989
9090``` js
91- import { EscPos } from ' @datahex/ escpos-xml' ;
91+ import { EscPos } from ' escpos-xml' ;
9292
9393const xml = `
9494 <?xml version="1.0" encoding="UTF-8"?>
You can’t perform that action at this time.
0 commit comments