Skip to content

Commit 97a5734

Browse files
committed
adjust readme. adjust version.
1 parent 1c2ac80 commit 97a5734

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Get multi data library.
1010

1111
## Demo
1212

13+
- DemoPage -> [https://yama-dev.github.io/js-multi-data-module/examples/](https://yama-dev.github.io/js-multi-data-module/examples/)
14+
1315
## Installation,Download
1416

1517
- npm -> [https://www.npmjs.com/package/js-multi-data-module](https://www.npmjs.com/package/js-multi-data-module)
@@ -46,7 +48,7 @@ import MULTI_DATA_MODULE from 'js-multi-data-module';
4648
url:'./sample.json',
4749
hierarchy: 'items'
4850
}
49-
]
51+
],
5052
on: {
5153
Complete: function(data,list){
5254
console.log(data,list);
@@ -66,7 +68,7 @@ import MULTI_DATA_MODULE from 'js-multi-data-module';
6668
orderProperty: 'pubDate',
6769
filter: true,
6870
jsonpCallback : 'callback',
69-
fetch_timeout : 10000
71+
fetch_timeout : 10000,
7072
data_type: 'jsonp',
7173
data_list: [
7274
{
@@ -81,7 +83,7 @@ import MULTI_DATA_MODULE from 'js-multi-data-module';
8183
url:'./sample.array.json',
8284
hierarchy: 'items.0', // items[0]
8385
}
84-
]
86+
],
8587
on: {
8688
Update: function(data){
8789
console.log(data);

0 commit comments

Comments
 (0)