chore: add syntax highlight to readme (#160)

This commit is contained in:
Andrea Stagi
2022-05-03 20:18:42 +02:00
committed by GitHub
parent 27572e4f91
commit ecb4b08103

View File

@@ -15,7 +15,7 @@ PyScript is a meta project that aims to combine multiple open technologies to cr
## Try PyScript
To try PyScript, import the appropriate pyscript files to your html page with:
```
```html
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
```