From 74c85df8a56eb18634c5d68953e078ab99585ade Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sat, 9 Jul 2022 09:17:14 -0500 Subject: [formatting] [doc] readme --- README.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index a25d704..a97d2ba 100644 --- a/README.org +++ b/README.org @@ -160,9 +160,8 @@ Here is a simple example where a handler is defined, from the pong game: #+begin_src lisp (ww:defhandler pong-mousemove (ww:on-mousemotion (app) - (setf (ww:x (paddle app)) - (- x (* 0.5 (ww:width (paddle app)))) - (dx (paddle app)) xrel))) + (setf (ww:x (paddle app)) (- x (* 0.5 (ww:width (paddle app)))) + (dx (paddle app)) xrel))) #+end_src See the example for details. -- cgit v1.2.3