Skip to content

Commit bcea2d8

Browse files
Remove bower install option (deprecated)
1 parent b6b2554 commit bcea2d8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ The `MojsPlayer` depends on `mojs >= 0.225.2` so make sure you link it first.
2121
<script src="https://cdn.jsdelivr.net/npm/@mojs/player"></script>
2222

2323
# npm
24-
[sudo] npm install @mojs/player
25-
26-
# bower
27-
bower install mojs-player
24+
npm i @mojs/player
2825
```
2926

3027
Import `MojsPlayer` constructor to your code, depending on your environment:

0 commit comments

Comments
 (0)