Skip to content

Commit ed74af9

Browse files
authored
fix some markdown problems
1 parent 0030fbc commit ed74af9

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131

3232
## UPDATE NOTES
3333

34-
> [!WARNING] Plugin current version is compatibale only with **Vue v3**. For
34+
> [!WARNING]
35+
> Plugin current version is compatibale only with **Vue v3**. For
3536
> Vue2 use plugin version 2.5.1. See [install](#install-and-setup) chapter for
3637
> details.
3738
@@ -44,7 +45,8 @@ and compatible with all browsers that support HTML5 audio API. It provides
4445
several Vue components that allows to draw light and nice visualization for
4546
"audio" HTML elements.
4647

47-
> [!NOTE] Visit [**DEMO page**](https://staskobzar.github.io/vue-audio-visual/)
48+
> [!NOTE]
49+
> Visit [**DEMO page**](https://staskobzar.github.io/vue-audio-visual/)
4850
> for working examples.
4951
5052
_Usage examples_:
@@ -201,10 +203,15 @@ useAVBars(player, canvas, { src: mySource, canvHeight: 40, canvWidth: 200, barCo
201203
## :gear: API
202204

203205
There are several components that comes with plugin. Here is the list of
204-
available plugins: | Name | Component name | Composable function | | -----------
205-
| -------------- | ------------------- | | av-bars | AVBars | useAVBars | |
206-
av-circle | AvCircle | useAVCircle | | av-line | AVLine | useAVLine | | av-media
207-
| AVMedia | useAVMedia | | av-waveform | AVWaveform | useAVWaveform |
206+
available plugins:
207+
208+
| Name | Component name | Composable function |
209+
| -----------| -------------- | ------------------- |
210+
| av-bars | AVBars | useAVBars |
211+
| av-circle | AvCircle | useAVCircle |
212+
| av-line | AVLine | useAVLine |
213+
| av-media | AVMedia | useAVMedia |
214+
| av-waveform | AVWaveform | useAVWaveform |
208215

209216
There are props that are common for all components and special props for each
210217
component. All props for components' names follow vue specs when using wiht

0 commit comments

Comments
 (0)