From 6494cb4388c112791a67e5e6ca89f7610f99133d Mon Sep 17 00:00:00 2001 From: David Botton Date: Wed, 6 Jan 2021 22:17:45 -0500 Subject: [PATCH] Update README.md --- tutorial/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tutorial/README.md b/tutorial/README.md index bc0cc33..fedefa6 100644 --- a/tutorial/README.md +++ b/tutorial/README.md @@ -33,10 +33,10 @@ Most demos startup a browser, if not use http://127.0.0.1:8080 Tutorial Summary -01-tutorial.lisp - Hello World -02-tutorial.lisp - Closures in CLOG -03-tutorial.lisp - Events fire in parallel -05-tutorial.lisp - The event target, reusing event handlers -05-tutorial.lisp - Using connection-data-item -06-tutorial.lisp - Tasking and events -07-tutorial.lisp - My first CLOG video game (and handling disconnects) +- 01-tutorial.lisp - Hello World +- 02-tutorial.lisp - Closures in CLOG +- 03-tutorial.lisp - Events fire in parallel +- 05-tutorial.lisp - The event target, reusing event handlers +- 05-tutorial.lisp - Using connection-data-item +- 06-tutorial.lisp - Tasking and events +- 07-tutorial.lisp - My first CLOG video game (and handling disconnects)