We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d2d81 commit bd57b97Copy full SHA for bd57b97
1 file changed
docs/README.md
@@ -56,8 +56,8 @@ const ap = new APlayer({
56
Work with module bundler:
57
58
```js
59
-import 'APlayer/dist/APlayer.min.css';
60
-import APlayer from 'APlayer';
+import 'aplayer/dist/APlayer.min.css';
+import APlayer from 'aplayer';
61
62
const ap = new APlayer(options);
63
```
0 commit comments