From b175d5e5246276ad2e92664564206a7858bfd789 Mon Sep 17 00:00:00 2001 From: Chris Laffra Date: Sun, 3 Dec 2023 12:13:54 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 449f317..7f0c6fe 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ ltk.Text("Hello World").appendTo(ltk.body) ## Getting Started -To get started with LTK, we recommend you try it out on [pyscript.com](https://pyscript.com): - - [Minimal LTK with MicroPython](https://laffra.pyscriptapps.com/ltk-on-micropython) - - [Minimal LTK with PyOdide](https://laffra.pyscriptapps.com/ltk-on-pyodide) +To get started with LTK, we recommend you try it out on pyscript.com: + - [Minimal LTK with MicroPython](https://pyscript.com/@laffra/ltk-on-micropython/latest) + - [Minimal LTK with PyOdide](https://pyscript.com/@laffra/ltk-on-pyodide/latest) ## Widget Specification