Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhduong committed Apr 23, 2018
1 parent 413f35e commit 78bb32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ function main() {
console.log(data);
});

// [{ keys: "Euro", items: [{ playerName: "Ronaldo",... }, { playerName:"Mbappe",... }] },
// { keys: "South America", items: [ { playerName: "Messi" }]
// [{ key: "Euro", items: [{ playerName: "Ronaldo",... }, { playerName:"Mbappe",... }] },
// { key: "South America", items: [ { playerName: "Messi" }]
// ]
}

Expand Down

0 comments on commit 78bb32c

Please sign in to comment.