Skip to content

Commit

Permalink
Merge pull request DIYgod#232 from geeeger/fixbug-doc
Browse files Browse the repository at this point in the history
Docs: fix
  • Loading branch information
DIYgod authored Mar 20, 2018
2 parents b3be0a8 + ac278fc commit f3df204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh-Hans/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const dp = new DPlayer({

+ `dp.pause()`: 暂停视频

+ `dp.seek(time: number)`: 跳转到特定事件
+ `dp.seek(time: number)`: 跳转到特定时间

```js
dp.seek(1000);
Expand Down

0 comments on commit f3df204

Please sign in to comment.