Skip to content

Commit 35770f3

Browse files
update readme
1 parent 2cbe022 commit 35770f3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
Here's a more concise version of the README for `voicecapture-vue`, incorporating your previous example while maintaining clarity:
2-
3-
---
4-
51
# VoiceCapture Vue
62

73
`VoiceCapture Vue` is a Vue component for real-time voice capture and speech transcription. This component leverages the Web Speech API for speech recognition and provides an interactive UI.
@@ -63,7 +59,7 @@ Use the component in your template with language and mode options:
6359
|------------|---------|------------|----------------------------------------------------------------------------------------------|
6460
| `status` | Boolean | `false` | Toggles the voice capture on/off. Set to `true` to activate voice recognition. |
6561
| `lang` | String | `"en"` | Specifies the language for speech recognition (e.g., `"pt"` for Portuguese). |
66-
| `mode` | String | `"normal"` | Defines the display mode: `"normal"` for inline, `"fullscreen"` for full-screen. |
62+
| `mode` | String | `"fullscrenn"` | Defines the display mode: `"float"` for inline, `"fullscreen"` for full-screen. |
6763

6864
### Events
6965

0 commit comments

Comments
 (0)