Fix grammar in README

This commit is contained in:
Brett Cannon
2022-05-02 14:01:53 -07:00
committed by GitHub
parent 442af7bd97
commit 321723db9f

View File

@@ -12,7 +12,7 @@ PyScript is a meta project that aims to combine multiple open technologies to cr
## 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" />
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>