Skip to content

Commit

Permalink
修复:中文文档API功能写错 (DIYgod#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyuanxin authored and DIYgod committed Jun 13, 2018
1 parent 527d4b1 commit e60f5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zh-Hans/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ const ap = new APlayer({
ap.notice('Amazing player', 2000, 0.8);
```

+ `ap.skipBack()`: 切换到下一首音频
+ `ap.skipBack()`: 切换到上一首音频

+ `ap.skipForward()`: 切换到上一首音频
+ `ap.skipForward()`: 切换到下一首音频

+ `ap.destroy()`: 销毁播放器

Expand Down

0 comments on commit e60f5db

Please sign in to comment.