Skip to content

Commit ecb4b08

Browse files
authored
chore: add syntax highlight to readme (pyscript#160)
1 parent 27572e4 commit ecb4b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PyScript is a meta project that aims to combine multiple open technologies to cr
1515
## Try PyScript
1616

1717
To try PyScript, import the appropriate pyscript files to your html page with:
18-
```
18+
```html
1919
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
2020
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
2121
```

0 commit comments

Comments
 (0)