From bd57b9768cb6ce749f40983ac41824b400a3195a Mon Sep 17 00:00:00 2001 From: Rainy Date: Wed, 25 Apr 2018 10:24:26 +0800 Subject: [PATCH] Update doc --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 5f6997a..e36c34e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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); ```