Merge pull request #212 from geekrainy/doc/fix

Update doc
This commit is contained in:
DIYgod 2018-04-25 10:29:52 +08:00 committed by GitHub
commit 527d4b17d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ const ap = new APlayer({
Work with module bundler:
```js
import 'APlayer/dist/APlayer.min.css';
import APlayer from 'APlayer';
import 'aplayer/dist/APlayer.min.css';
import APlayer from 'aplayer';
const ap = new APlayer(options);
```