Skip to content

Commit 370d039

Browse files
author
Wenjie Fan
authored
Merge pull request DIYgod#84 from sabrinaluo/patch-1
Update README.md
2 parents 0b0be17 + 634ad2d commit 370d039

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ var option = {
7979
+ `ap.setMusic(index)` // Switch music
8080
+ `ap.lrc` // Lrc time and text
8181
+ `ap.playIndex` // Current playing index
82-
+ `ap.audio` // Return native video, most [native api](http://www.w3schools.com/tags/ref_av_dom.asp) are supported
83-
+ `dp.audio.currentTime` // Returns the current playback position
82+
+ `ap.audio` // Return native audio, most [native api](http://www.w3schools.com/tags/ref_av_dom.asp) are supported
83+
+ `ap.audio.currentTime` // Returns the current playback position
8484
+ Most [native api](http://www.w3schools.com/tags/ref_av_dom.asp)
8585

8686
#### Event binding
@@ -221,4 +221,4 @@ $ npm run build
221221

222222
## LICENSE
223223

224-
[The Star And Thank Author License (SATA)](https://github.com/DIYgod/APlayer/blob/master/LICENSE)
224+
[The Star And Thank Author License (SATA)](https://github.com/DIYgod/APlayer/blob/master/LICENSE)

0 commit comments

Comments
 (0)