diff --git a/docs/guide.md b/docs/guide.md index be625e5..78a0c6f 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -68,7 +68,6 @@ At first, let's initialize a simplest DPlayer Load DPlayer files ```html -
``` @@ -76,7 +75,6 @@ Load DPlayer files Or work with module bundler: ```js -import 'dplayer/dist/DPlayer.min.css'; import DPlayer from 'dplayer'; const dp = new DPlayer(options);