Skip to content

Commit 527d4b1

Browse files
author
DIYgod
authored
Merge pull request DIYgod#212 from geekrainy/doc/fix
Update doc
2 parents c7d2d81 + bd57b97 commit 527d4b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ const ap = new APlayer({
5656
Work with module bundler:
5757

5858
```js
59-
import 'APlayer/dist/APlayer.min.css';
60-
import APlayer from 'APlayer';
59+
import 'aplayer/dist/APlayer.min.css';
60+
import APlayer from 'aplayer';
6161

6262
const ap = new APlayer(options);
6363
```

0 commit comments

Comments
 (0)