Update README.md (#2170)

This commit is contained in:
nasrin pathan
2024-09-15 13:29:03 +01:00
committed by GitHub
parent b2d1018db1
commit ca9b565adc

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/2024.6.2/core.css" href="https://pyscript.net/releases/2024.8.2/core.css"
/> />
<script <script
type="module" type="module"
src="https://pyscript.net/releases/2024.6.2/core.js" src="https://pyscript.net/releases/2024.8.2/core.js"
></script> ></script>
</head> </head>
<body> <body>