@llblab/pi-telegram 0.2.0 → 0.2.2
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,10 +30,10 @@ In short: this fork is no longer just a repackaged copy of upstream; it is a fea
|
|
|
30
30
|
|
|
31
31
|
## Install
|
|
32
32
|
|
|
33
|
-
From npm
|
|
33
|
+
From npm:
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
pi install
|
|
36
|
+
pi install npm:@llblab/pi-telegram
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
From git:
|