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 363a36b commit fdefe98Copy full SHA for fdefe98
README.md
@@ -8,6 +8,13 @@ Screen shot
8
[]()
9
10
## Usage
11
+
12
+### Install
13
+```
14
+npm install react-aplayer --save
15
16
17
+### Example
18
```
19
import React from 'react';
20
import ReactAplayer from 'react-aplayer';
@@ -96,4 +103,4 @@ To expose APlayer methods on React level, binding is needed.
96
103
97
104
98
105
## LICENSE
99
-[MIT License](https://github.com/sabrinaluo/react-aplayer/blob/master/LICENSE)
106
+[MIT License](https://github.com/sabrinaluo/react-aplayer/blob/master/LICENSE)
0 commit comments