diff options
Diffstat (limited to 'posts')
-rw-r--r-- | posts/guile-2d-frp.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/posts/guile-2d-frp.md b/posts/guile-2d-frp.md index 7dedbbb..1970e73 100644 --- a/posts/guile-2d-frp.md +++ b/posts/guile-2d-frp.md @@ -55,9 +55,7 @@ focus on more important things. I think it’s helpful to see FRP in action to really appreciate the magic. So, check out this screencast! - <video src="/videos/guile-2d-frp-demo.webm" - style="width:640px;height:360px;" controls> - </video> +![](/videos/guile-2d-frp-demo.webm) To see all of the juicy implementation details, check out the [git repository](https://gitorious.org/sly/sly/source/sly/signal.scm). |