diff options
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 |