Update README.md, 2023.11.2 -> 2024.5.2 (#2085)

This commit is contained in:
Jeff Glass
2024-06-03 04:14:27 -04:00
committed by GitHub
parent 9abaef33bd
commit cb9ee6f7e2

View File

@@ -38,11 +38,11 @@ To try PyScript, import the appropriate pyscript files into the `<head>` tag of
<head> <head>
<link <link
rel="stylesheet" rel="stylesheet"
href="https://pyscript.net/releases/2023.11.2/core.css" href="https://pyscript.net/releases/2024.5.2/core.css"
/> />
<script <script
type="module" type="module"
src="https://pyscript.net/releases/2023.11.2/core.js" src="https://pyscript.net/releases/2024.5.2/core.js"
></script> ></script>
</head> </head>
<body> <body>