You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ To try PyScript, import the pyscript to your html page with:
19
19
```
20
20
At that point, you can then use PyScript components in your html page. PyScript currently implements the following elements:
21
21
22
-
*`<py-script>`: that can be used to define python code that is execute withing the web page. The element itself is not rendered to the page and only used to add logic
23
-
*`<py-repl>`: creates a REPL component that is rendered to the page as a code editor and allows users to right code that can be executed
22
+
*`<py-script>`: that can be used to define python code that is executable within the web page. The element itself is not rendered to the page and only used to add logic
23
+
*`<py-repl>`: creates a REPL component that is rendered to the page as a code editor and allows users to write code that can be executed
24
24
25
25
Check out the `/examples` folder for more examples on how to use it, all you need to do is open them in Chrome.
0 commit comments