Skip to content

Commit 61f0d66

Browse files
committed
Fix a typo
1 parent a194874 commit 61f0d66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ var option = {
6161
title: 'Preparation', // Required, music title
6262
author: 'Hans Zimmer/Richard Harvey', // Required, music author
6363
url: 'http://7xifn9.com1.z0.glb.clouddn.com/Preparation.mp3', // Required, music url
64-
pic: 'http://7xifn9.com1.z0.glb.clouddn.com/Preparation.jpg' // Optional, music picture
64+
pic: 'http://7xifn9.com1.z0.glb.clouddn.com/Preparation.jpg', // Optional, music picture
6565
lrc: '[00:00.00]lrc here\n[00:01.00]aplayer' // Optional, lrc, see: ###With lrc
6666
}
6767
}
6868
```
6969

7070
#### API
7171

72-
+ `ap.init()`
72+
+ `ap.init()` // Load player
7373
+ `ap.play()` // Resume play
7474
+ `ap.play(time)` // Set currentTime
7575
+ `ap.pause()` // Pause

0 commit comments

Comments
 (0)