Skip to content
This repository was archived by the owner on Sep 2, 2020. It is now read-only.

Commit 281780c

Browse files
authoredNov 25, 2019
Update installation instruction (#46)
* Add github workflows * Remove travis workflow * Fix error on publishing code coverage * Disable codecov gcov * Update jest config * Bump version * Update installation instruction
1 parent d7785b3 commit 281780c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ AngularJS Store will guide you to create a one-way data flow in your application
1313
**NPM**
1414

1515
```
16-
npm install --save angularjs-store
16+
npm install --save @ranndev/angularjs-store
1717
```
1818

1919
**Yarn**
2020

2121
```
22-
yarn add angularjs-store
22+
yarn add @ranndev/angularjs-store
2323
```
2424

2525
**CDN**
2626

2727
```html
2828
<!-- For development -->
29-
<script src="https://cdn.jsdelivr.net/npm/angularjs-store@4.0.1/dist/umd/angularjs-store.js"></script>
29+
<script src="https://cdn.jsdelivr.net/npm/@ranndev/angularjs-store@4.0.2/dist/umd/angularjs-store.js"></script>
3030

3131
<!-- For production -->
32-
<script src="https://cdn.jsdelivr.net/npm/angularjs-store@4.0.1/dist/umd/angularjs-store.min.js"></script>
32+
<script src="https://cdn.jsdelivr.net/npm/@ranndev/angularjs-store@4.0.2/dist/umd/angularjs-store.min.js"></script>
3333
```
3434

3535
## Quick Start

0 commit comments

Comments
 (0)
This repository has been archived.