summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-10-04 15:16:31 -0500
committerBoutade <thegoofist@protonmail.com>2019-10-04 15:16:31 -0500
commit71ddab615686666ffe88a217530ff02f0c662f3b (patch)
tree77a29799cec22a8d532b41f2604800673fca3f1f
parent0203b601254134fdfa96b9d347f13ce2c4013908 (diff)
better
-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