halbot 1989.6.21 → 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.
- package/README.md +4 -4
- 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
|
-
##
|
|
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
|
-
|
|
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
|
-
|
|
113
|
+
Code:
|
|
114
114
|
|
|
115
115
|
```js
|
|
116
116
|
import halbot from 'halbot';
|
|
@@ -139,7 +139,7 @@ const config = {
|
|
|
139
139
|
// Your own speech-to-text and text-to-speech engine.
|
|
140
140
|
speech: {
|
|
141
141
|
stt: [[sttClient]],
|
|
142
|
-
tts: [[ttsClient]]
|
|
142
|
+
tts: [[ttsClient]],
|
|
143
143
|
},
|
|
144
144
|
|
|
145
145
|
// OPTIONAL, string.
|