10000 Readme update (#2356) · pyscript/pyscript@e433275 · GitHub
[go: up one dir, main page]

Skip to content

Commit e433275

Browse files
Readme update (#2356)
* Updated the README with latest PyScript version * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 87256a6 commit e433275

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Using PyScript is as simple as:
1313
<title>PyScript!</title>
1414
<link
1515
rel="stylesheet"
16-
href="https://pyscript.net/snapshots/2024.9.2/core.css"
16+
href="https://pyscript.net/releases/2025.7.1/core.css"
1717
/>
1818
<script
1919
type="module"
20-
src="https://pyscript.net/snapshots/2024.9.2/core.js"
20+
src="https://pyscript.net/releases/2025.7.1/core.js"
2121
></script>
2222
</head>
2323
<body>
24-
<!-- Use MicroPython to evaluate some Python -->
24+
<!-- type mpy (MicroPython) or py (Pyodide) to run some Python -->
2525
<script type="mpy" terminal>
2626
print("Hello, world!")
2727
</script>

0 commit comments

Comments
 (0)
0