diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-09 01:07:37 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-09 01:07:37 -0400 |
| commit | 587c9f7d3f4ac9efbd8851dad1c2f62b9e7e6e61 (patch) | |
| tree | c9db157ec956e9aaabf5924577034270b1a19940 /examples | |
| parent | 9578d5d394ddb66dc4f2fd5ea2aaf66fa76ec270 (diff) | |
stub in video field
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/db.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/db.json b/examples/db.json index b2cdf4a..f7936d5 100644 --- a/examples/db.json +++ b/examples/db.json @@ -4,9 +4,9 @@ { "type": "pretzel", "description": "really a very tasty bread! yup yes", - "color": "blue", + "color": "green", "id": "pretzel", - "title": "" + "title": "Pretzel Chips" }, { "type": "bagel", |
