Skip to content

Commit 6dbd832

Browse files
authored
docs: update README
1 parent 58d9d0c commit 6dbd832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
This component is written using the native [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API), and does not use any dependencies other than vue3 in the production environment. Of course, this means: if your target browser does not support the features of the web audio api, then my Plugins will also not apply. You can go to [Browser compatibility](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API#audiocontext_2) to see the `AudioContext` line to check whether it is compatible with the target browser
2222

23-
23+
**Example** - [Live Demo](https://codeacme17.github.io/1llest-waveform-vue/)
2424

2525
## Start
2626
### Install
@@ -167,7 +167,7 @@ import "1llest-waveform-vue/dist/style.css"
167167

168168
> You can call these methods directly on the waveform component instance, such like `waveform_ref.value.play()`
169169
170-
| methods | description | return |
170+
| method | description | return |
171171
| :------------- | :----------------------------------------------------------- | -------- |
172172
| play | trigger the playback method of the waveform so that it starts playing the current audio | - |
173173
| pause | trigger the pause method of the waveform to make it pause playback | - |

0 commit comments

Comments
 (0)