Skip to content

Commit 498be95

Browse files
author
Alessandro Soci
committed
update readme
1 parent 89ac950 commit 498be95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ This package is a wrapper for the [Zebra Browser Print](https://www.zebra.com/la
77
Install the module in your project via YARN
88

99
```bash
10-
yarn add zebra-browser-print-wrapper
10+
yarn add aidia-zebra-browser-print
1111
```
1212

1313
Or NPM
1414

1515
```bash
16-
npm i zebra-browser-print-wrapper
16+
npm i aidia-zebra-browser-print
1717
```
1818

1919

@@ -72,7 +72,7 @@ You can use this method with simple text or add a string using the [ZPL language
7272

7373
```js
7474
// Import the zebra-browser-prit-wrapper package
75-
const ZebraBrowserPrintWrapper = require('zebra-browser-print-wrapper');
75+
const ZebraBrowserPrintWrapper = require('aidia-zebra-browser-print');
7676

7777
const printBarcode = async (serial) => {
7878
try {

0 commit comments

Comments
 (0)