Skip to content

Commit

Permalink
corrected json object syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aogilvie committed Apr 24, 2013
1 parent 1df22d7 commit 2df9dc2
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 @@ -131,8 +131,8 @@ wizAssets.getFileURIs(Function success, Function fail);
```
{
img/ui/loader.gif : "/sdcard/<appname>/img/ui/loading.gif",
img/cards/card001.jpg : "file://documents/settings/img/cards/card001.jpg"
"img/ui/loader.gif" : "/sdcard/<appname>/img/ui/loading.gif",
"img/cards/card001.jpg" : "file://documents/settings/img/cards/card001.jpg"
}
```

0 comments on commit 2df9dc2

Please sign in to comment.