From a8cc2f8105f7586c96712d1f168fd4b0806777e9 Mon Sep 17 00:00:00 2001 From: David Botton Date: Sun, 13 Feb 2022 22:17:47 -0500 Subject: [PATCH] Tutorial 29 - Presentations --- README.md | 1 + tutorial/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index a5be941..3533ae4 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ CLOG Tutorial Summary - [26-tutorial.lisp](tutorial/26-tutorial.lisp) - A web page and form with CLOG WEB - [27-tutorial.lisp](tutorial/27-tutorial.lisp) - Panel Box Layouts - [28-tutorial/](tutorial/28-tutorial) - CLOG Builder Hello - A minimalist CLOG Builder project +- [29-tutorial.lisp](tutorial/29-tutorial.lisp) - Presentations - linking lisp objects to clog objects Demo Summary diff --git a/tutorial/README.md b/tutorial/README.md index b0d7cea..740ab21 100644 --- a/tutorial/README.md +++ b/tutorial/README.md @@ -54,3 +54,4 @@ Tutorial Summary - 26-tutorial.lisp - A web page and form with CLOG WEB - 27-tutorial.lisp - Panel Box Layouts - 28-tutorial.lisp - CLOG Builder Hello - A minimalist CLOG Builder project +- 29-tutorial.lisp - Presentations - linking lisp objects to clog objects