node-thermal-printer-js 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -77,10 +77,10 @@ python -c "import bleak; print('bleak', bleak.__version__)"
|
|
|
77
77
|
```
|
|
78
78
|
|
|
79
79
|
Notes:
|
|
80
|
+
|
|
80
81
|
- If you do not want to create a virtual environment you can install `bleak` system-wide with `pip install bleak`, but a venv is recommended.
|
|
81
82
|
- The Node `serialport` path/COM mode does not require Python.
|
|
82
83
|
|
|
83
|
-
|
|
84
84
|
## Test Print
|
|
85
85
|
|
|
86
86
|
### BLE (recommended when no COM port exists)
|