Merge pull request #127 from brettcannon/patch-2

Fix grammar in README
This commit is contained in:
Philipp Rudiger
2022-05-03 01:08:18 +02:00
committed by GitHub

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>