diff --git a/spinclock/README.md b/spinclock/README.md index 875e40b..1e73b83 100644 --- a/spinclock/README.md +++ b/spinclock/README.md @@ -1,8 +1,10 @@ # Example Stream Deck plugin - "spinclock" -This plugin displays a minimalist clock - the number on the clock is the hour (24h time) -and the rotation indicates the minute. With a little practice it should become easy to -tell the time with some accuracy. +![Demo](anim.gif) + +This plugin displays a minimalist clock - the number on the clock is the hour +(24h time) and the rotation indicates the minute. With a little practice it +should become easy to tell the time with some accuracy. Tapping on a clock changes its colour to a random colour. diff --git a/spinclock/anim.gif b/spinclock/anim.gif new file mode 100644 index 0000000..88de356 Binary files /dev/null and b/spinclock/anim.gif differ