Merge pull request #163 from kn007/patch-1

miss aplayer class
This commit is contained in:
DIYgod 2017-11-02 21:21:44 -05:00 committed by GitHub
commit 6b252a2c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ $ npm install aplayer --save
## Quick Start
```html
<div id="aplayer1"></div>
<div id="aplayer1" class="aplayer"></div>
<script src="dist/APlayer.min.js"></script>
```