halbot 1989.6.22 → 1989.6.23

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@ alt="Halbot live demo" width="240" height="180" border="10" /></a>
33
33
  - Code block rendering, developers friendly.
34
34
  - ESM from the ground up
35
35
 
36
- ## Run it in peace-of-mind
36
+ ## Basic usage
37
37
 
38
38
  ### Configuration
39
39
 
@@ -94,7 +94,7 @@ All supported configuration fields:
94
94
 
95
95
  ### Run it
96
96
 
97
- Run it in peace of mind.
97
+ In peace-of-mind:
98
98
 
99
99
  ```bash
100
100
  $ npx halbot
@@ -110,7 +110,7 @@ Install:
110
110
  $ npm i halbot
111
111
  ```
112
112
 
113
- Usage:
113
+ Code:
114
114
 
115
115
  ```js
116
116
  import halbot from 'halbot';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "halbot",
3
3
  "description": "Just another ChatGPT/Bing Telegram bob.",
4
- "version": "1989.6.22",
4
+ "version": "1989.6.23",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",