diff --git a/README.md b/README.md index 9258a55..39f00ee 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ The APlayer features you love with the APlayer options you are familiar with. ## Usage -Install `aplayer-react` along with `aplayer`. +Install `aplayer-react` npm package - npm i aplayer-react aplayer + npm i aplayer-react -Import APlayer component from `aplayer-react` package, and import stylesheet from `aplayer` package. +Import APlayer component from `aplayer-react` package, and import stylesheet. ```jsx import { APlayer } from "aplayer-react"; diff --git a/package.json b/package.json index 56c2d33..1ff7c3c 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,6 @@ "vitest": "^0.26.3" }, "peerDependencies": { - "aplayer": "^1.10.1", "react": "^18.2.0" }, "publishConfig": {