We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7593c21 commit 19b5e2eCopy full SHA for 19b5e2e
README.md
@@ -21,11 +21,11 @@ The APlayer features you love with the APlayer options you are familiar with.
21
22
## Usage
23
24
-Install `aplayer-react` along with `aplayer`.
+Install `aplayer-react` npm package
25
26
- npm i aplayer-react aplayer
+ npm i aplayer-react
27
28
-Import APlayer component from `aplayer-react` package, and import stylesheet from `aplayer` package.
+Import APlayer component from `aplayer-react` package, and import stylesheet.
29
30
```jsx
31
import { APlayer } from "aplayer-react";
package.json
@@ -76,7 +76,6 @@
76
"vitest": "^0.26.3"
77
},
78
"peerDependencies": {
79
- "aplayer": "^1.10.1",
80
"react": "^18.2.0"
81
82
"publishConfig": {
0 commit comments