Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ade Fruandta committed Feb 8, 2016
1 parent 15353f8 commit 12b06d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ console.log(Formulas.transpose(data));
* data1: collection of data source
* data2: collection of data to lookup
* options:
* key1: key of data1 to be lookup
* key2: key of data2 to be lookup
* alias: alias of child to be stored in data1 if lookup (default 'child')
* isEqual: function to be validated that data is founded (default isEqual from lodash)
* key1: key of data1 to be lookup
* key2: key of data2 to be lookup
* alias: alias of child to be stored in data1 if lookup (default 'child')
* isEqual: function to be validated that data is founded (default isEqual from lodash)
* return: object
```bash
var data1 = [{id: 1, name: 'Ade'}, {id: 2, name: 'Fruandta'}];
Expand Down

0 comments on commit 12b06d1

Please sign in to comment.