summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.org b/README.org
index 695f230..ec07288 100644
--- a/README.org
+++ b/README.org
@@ -8,7 +8,8 @@
[[https://en.wikipedia.org/wiki/Inbetweening][tweening]] solution for your Common Lisp projects, you could use it for other
purposes as well (e.g. modulating audio signals).
- Here is a short example using animise to define an animated a box using SDL2
+ As a taste of the animise language, here is a snip from an [[https://github.com/thegoofist/animise-examples][example]] that
+ animates a box with SDL2:
#+begin_src lisp
;; ... snip