diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-27 15:27:04 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-27 15:27:04 -0500 |
commit | 34575cba91a05bd0508d6581ab0daea0177a0967 (patch) | |
tree | 201d16ac0778455758ef8e77fed0c24f5049886e /README.org | |
parent | eec6cf517e8185ce54e068330e73f77bee843cb6 (diff) |
[typo] in readme
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ Then load one of the example files and call its "start" function: #+begin_src lisp -(load "~/wheelwork-playground/examples/02-bitmap-display.lisp") +(load "~/wheelwork-playground/examples/02-moving-bitmap.lisp") (ww.examples/2:start) #+end_src |