From 196a324341b2f75e97cd12e7ae9180978f5ea020 Mon Sep 17 00:00:00 2001 From: Chris Laffra Date: Thu, 16 Nov 2023 12:42:45 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6c605d..678e4f3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # ltk -LTK is a little toolkit for writing UIs in PyScript. Take a look at the [LTK Kitchen Sink](https://laffra.github.io/ltk/) now. +LTK is a little toolkit for writing UIs in PyScript. See the [LTK Kitchen Sink](https://laffra.github.io/ltk/) +or [explore the docs rendered using LTK](https://laffra.github.io/ltk/?runtime=py&tab=5). LTK is implemented as a declarative Python library and leverages `jQuery` for DOM operations.