@llblab/pi-telegram 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@ In short: this fork is no longer just a repackaged copy of upstream; it is a fea
33
33
  From npm once published:
34
34
 
35
35
  ```bash
36
- pi install @llblab/pi-telegram
36
+ pi install npm:@llblab/pi-telegram
37
37
  ```
38
38
 
39
39
  From git:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llblab/pi-telegram",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "private": false,
5
5
  "description": "Telegram DM bridge extension for pi",
6
6
  "type": "module",