softbuilders-react-video-player 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
## install the package
|
4
4
|
|
5
5
|
```bash
|
6
|
-
npm i
|
6
|
+
npm i softbuilders-video-player
|
7
7
|
```
|
8
8
|
|
9
9
|
## How to use
|
@@ -13,7 +13,7 @@ import SoftBuildersVideoPlayer, {
|
|
13
13
|
SoftBuildersVideoPlayerOptions,
|
14
14
|
SoftBuildersVideoPlayerChapter,
|
15
15
|
SoftBuildersVideoPlayerNote,
|
16
|
-
} from "
|
16
|
+
} from "softbuilders-video-player";
|
17
17
|
|
18
18
|
const options: SoftBuildersVideoPlayerOptions = {
|
19
19
|
autoplay: false,
|