Docs correction (#1494)

This commit is contained in:
Ted Patrick
2023-05-31 16:19:36 -05:00
committed by GitHub
parent 7d8b4c980a
commit 8f2c150d1e

View File

@@ -1,6 +1,6 @@
# pyscript
The code underlying PyScript is a TypeScript/JavaScript module, which is loaded and executed by the browser. This is what loads when you include, for example, `<script defer src="https://pyscript.net/latest/pyscript.js">` in your HTML.
The code underlying PyScript is a JavaScript module, which is loaded and executed by the browser. This is what loads when you include, for example, `<script defer src="https://pyscript.net/latest/pyscript.js">` in your HTML.
The module is exported to the browser as `pyscript`. The exports from this module are: