mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
Fix grammar in README
This commit is contained in:
@@ -12,7 +12,7 @@ PyScript is a meta project that aims to combine multiple open technologies to cr
|
|||||||
|
|
||||||
## Try PyScript
|
## Try PyScript
|
||||||
|
|
||||||
To try PyScript, import the pyscript to your html page with:
|
To try PyScript, import the appropriate pyscript files to your html page with:
|
||||||
```
|
```
|
||||||
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
|
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
|
||||||
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
|
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user