From bce02f0016cc2b5bff5cca793963f3928bb7e761 Mon Sep 17 00:00:00 2001 From: liwanglin12 Date: Fri, 13 Oct 2017 19:46:34 +0800 Subject: [PATCH] :bug: Fix Typo #157 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef2dcb5..d744be4 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,13 @@ $ npm install aplayer --save ## Quick Start ```html -
+
``` ```js var ap = new APlayer({ - element: document.getElementById('player1'), + element: document.getElementById('aplayer1'), music: { title: 'Preparation', author: 'Hans Zimmer/Richard Harvey', @@ -124,4 +124,4 @@ var ap = new APlayer({ **APlayer** © [DIYgod](https://github.com/DIYgod), Released under the [MIT](./LICENSE) License.
Authored and maintained by DIYgod with help from contributors ([list](https://github.com/DIYgod/APlayer/contributors)). -> 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) \ No newline at end of file +> 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)