We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8ad82 commit 8ff6546Copy full SHA for 8ff6546
README.md
@@ -24,7 +24,7 @@ JavaScript library that implements the thermal printer ESC / POS protocol and pr
24
Using npm:
25
26
```
27
-npm install --save @datahex/escpos-xml
+npm install --save escpos-xml
28
29
30
## Usage
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@datahex/escpos-xml",
+ "name": "escpos-xml",
3
"version": "1.0.0",
4
"description": "ESC/POS with XML interface",
5
"homepage": "https://github.com/ingoncalves/escpos-xml#README",
0 commit comments