From a433b58b60f70452fd510c3f8294446a521db449 Mon Sep 17 00:00:00 2001 From: Antonio Cuni Date: Wed, 15 Nov 2023 11:40:09 +0100 Subject: [PATCH 1/3] Improve README.md --- README.md | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 912c8b3cdcb..cac9e293399 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ PyScript is a meta project that aims to combine multiple open technologies into ## Try PyScript -To try PyScript, import the appropriate pyscript files into the `` tag of your html page with: +To try PyScript, import the appropriate pyscript files into the `` tag of your html page: ```html @@ -29,14 +29,25 @@ To try PyScript, import the appropriate pyscript files into the `` tag of src="https://pyscript.net/releases/2023.11.1/core.js" > + + + ``` -You can then use PyScript components in your html page. PyScript currently implements the following elements: +You can then use PyScript components in your html page. PyScript currently offers various ways of running Python code: -- ``: can be used to define python code that is executable within the web page. The element itself is not rendered to the page and is only used to add logic -- ``: creates a REPL component that is rendered to the page as a code editor and allows users to write executable code +- `