diff --git a/apps/daisy/README.md b/apps/daisy/README.md index 09ecb78cd..f6c0014be 100644 --- a/apps/daisy/README.md +++ b/apps/daisy/README.md @@ -26,3 +26,5 @@ Forum](http://forum.espruino.com/microcosms/1424/) ![](screenshot_daisy1.png) It is worth looking at the real thing though as the screenshot does not do it justice. +(Though I need to redo this photo at some point) +![](screenshot_daisy2.jpg) diff --git a/apps/daisy/metadata.json b/apps/daisy/metadata.json index 90b83ba97..fe66683a7 100644 --- a/apps/daisy/metadata.json +++ b/apps/daisy/metadata.json @@ -6,7 +6,7 @@ "icon": "app.png", "tags": "clock", "supports" : ["BANGLEJS2"], - "screenshots": [{"url":"screenshot_daisy1.jpg"}], + "screenshots": [{"url":"screenshot_daisy2.jpg"}], "readme": "README.md", "storage": [ {"name":"daisy.app.js","url":"app.js"}, diff --git a/apps/daisy/screenshot_daisy2.jpg b/apps/daisy/screenshot_daisy2.jpg new file mode 100644 index 000000000..fec6a4c7b Binary files /dev/null and b/apps/daisy/screenshot_daisy2.jpg differ