diff options
Diffstat (limited to 'examples/db.json')
| -rw-r--r-- | examples/db.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/db.json b/examples/db.json index 8c32037..34304c9 100644 --- a/examples/db.json +++ b/examples/db.json @@ -127,10 +127,10 @@ "dateCreated": "" }, { - "title": "ok...", + "title": "Contact", "body": "2406 Old Rd, San Juan Bautista", "id": "contact", - "__index": "0", + "__index": 0, "links": [ { "text": "US Bread Board", @@ -143,6 +143,10 @@ { "text": "USDA", "uri": "http://usda.gov/" + }, + { + "text": "test", + "uri": "test" } ], "dateCreated": "" |
