Skip to content

Commit ead67b6

Browse files
committed
Improved README table.
1 parent 4279ba9 commit ead67b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,12 @@ Example:
158158
npm run listener -- --mic hw:2,0
159159
```
160160

161-
| Option | Values | Default | Description
162-
| ------------------- | ------------- | -------------- | -------------
163-
| `--mic` | hw:X,Y | system default | Configures node mic to use a different hardware microphone
164-
| `--rnnoise` | false, off, 0 | on, true, 1 | Turns off recombinant neural network background noise elimination (on by default)
165-
| `--debug` | true | false | Enables verbose debug messages (developers and advanced users only please)
166-
| `--matchPercentage` | 0.5 | 0.75 | Allows Norman to be a little more lenient on the number of words required to match a phrase
161+
| Option | Values | Default | Description
162+
| --------------- | ------------- | -------------- | -------------
163+
| mic | hw:X,Y | system default | Configures node mic to use a different hardware microphone
164+
| rnnoise | false, off, 0 | on, true, 1 | Turns off recombinant neural network background noise elimination (on by default)
165+
| debug | true | false | Enables verbose debug messages (developers and advanced users only please)
166+
| matchPercentage | 0.5 | 0.75 | Allows Norman to be a little more lenient on the number of words required to match a phrase
167167

168168
## Debugging
169169

0 commit comments

Comments
 (0)