Skip to content

Commit

Permalink
Correct readme example - thanks to @yxjxx
Browse files Browse the repository at this point in the history
  • Loading branch information
billinghamj committed Jul 6, 2017
1 parent 1e80eca commit 364f57b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Expand Up @@ -160,14 +160,12 @@ for JSONModel to work, the protocol must be in place.
```json
{
"orderId": 104,
"orderDetails": [
{
"name": "Product #1",
"price": {
"usd": 12.95
}
"orderDetails": {
"name": "Product #1",
"price": {
"usd": 12.95
}
]
}
}
```

Expand Down

0 comments on commit 364f57b

Please sign in to comment.