docs: fix a typo, close #493

This commit is contained in:
DIYgod 2019-09-23 18:40:16 +08:00
parent 4162f4f7d1
commit 98e82590ed
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ mutex | true | prevent to play multiple player at the same time, pause other pla
```js
const dp = new DPlayer({
container: document.getElementById('player'),
container: document.getElementById('dplayer'),
autoplay: false,
theme: '#FADFA3',
loop: true,

View File

@ -140,7 +140,7 @@ mutex | true | 互斥,阻止多个播放器同时播放,当前播放器播
```js
const dp = new DPlayer({
container: document.getElementById('player'),
container: document.getElementById('dplayer'),
autoplay: false,
theme: '#FADFA3',
loop: true,