From 6af34057182f255a23d83393f701cf7fb7cc15dd Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Tue, 27 Apr 2021 21:43:31 -0400 Subject: [PATCH] Add video demo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d78339f..a6f794a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ main = do encodeUtf8 $ "Hello, from " <> name ``` +https://user-images.githubusercontent.com/3998/116333460-789c1400-a7a1-11eb-8d28-297c349e42c6.mp4 + ## Hacking Run `bin/run` (or Ctrl+Shift+B in VSCode). This runs the clock example (which updates every second, only to demonstrate hot reload); modify `./.ghcid` to run a different example.