Skip to content

Commit 7bc0f52

Browse files
Remove bower install option (deprecated)
1 parent aedc390 commit 7bc0f52

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,13 @@ The library provides **built-in components** to start animating from scratch lik
4848
- [Timeline editor](https://github.com/mojs-contrib/mojs-timeline-editor)
4949

5050
## Installation
51-
npm: `npm install @mojs/core`
52-
cdn: `<script src="https://cdn.jsdelivr.net/npm/@mojs/core@latest/build/mo.min.js"></script>`
53-
bower: `bower install mojs`
51+
```console
52+
# cdn
53+
<script src="https://cdn.jsdelivr.net/npm/@mojs/core"></script>
54+
55+
# npm
56+
npm i @mojs/core
57+
```
5458

5559
## Target browsers
5660
- Chrome 4+

0 commit comments

Comments
 (0)