Update GETTING-STARTED.md (#283)

Fixes typo in line 47.
This commit is contained in:
Peyton Bechard
2022-05-09 23:07:44 +08:00
committed by GitHub
parent eb711ec0ee
commit d16cf8c42e

View File

@@ -44,7 +44,7 @@ introduce the 8 tags provided by PyScript.
## The py-script tag ## The py-script tag
The `<py-script>` tag let's you execute multi-line Python scripts and The `<py-script>` tag lets you execute multi-line Python scripts and
print back onto the page. For print back onto the page. For
example, we can compute π. example, we can compute π.