Skip to content

Commit 6c019ab

Browse files
author
DIYgod
authored
Merge pull request DIYgod#158 from liwanglin12/patch-1
🐛 Fix Typo DIYgod#157
2 parents 021eb28 + bce02f0 commit 6c019ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ $ npm install aplayer --save
4747
## Quick Start
4848

4949
```html
50-
<div id="alayer1"></div>
50+
<div id="aplayer1"></div>
5151
<script src="dist/APlayer.min.js"></script>
5252
```
5353

5454
```js
5555
var ap = new APlayer({
56-
element: document.getElementById('player1'),
56+
element: document.getElementById('aplayer1'),
5757
music: {
5858
title: 'Preparation',
5959
author: 'Hans Zimmer/Richard Harvey',
@@ -124,4 +124,4 @@ var ap = new APlayer({
124124
**APlayer** © [DIYgod](https://github.com/DIYgod), Released under the [MIT](./LICENSE) License.<br>
125125
Authored and maintained by DIYgod with help from contributors ([list](https://github.com/DIYgod/APlayer/contributors)).
126126

127-
> Blog [@Anotherhome](https://www.anotherhome.net) · GitHub [@DIYgod](https://github.com/DIYgod) · Twitter [@DIYgod](https://twitter.com/DIYgod) · Weibo [@DIYgod](http://weibo.com/anotherhome) · Telegram Channel [@awesomeDIYgod](https://t.me/awesomeDIYgod)
127+
> Blog [@Anotherhome](https://www.anotherhome.net) · GitHub [@DIYgod](https://github.com/DIYgod) · Twitter [@DIYgod](https://twitter.com/DIYgod) · Weibo [@DIYgod](http://weibo.com/anotherhome) · Telegram Channel [@awesomeDIYgod](https://t.me/awesomeDIYgod)

0 commit comments

Comments
 (0)