From f2be17dd5dce5a2c229bb3406de3df47327166d4 Mon Sep 17 00:00:00 2001 From: Sreecharan Date: Wed, 4 May 2022 19:37:04 +0530 Subject: [PATCH] Update GETTING-STARTED.md --- GETTING-STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GETTING-STARTED.md b/GETTING-STARTED.md index 7144a56a..cbdeeec0 100644 --- a/GETTING-STARTED.md +++ b/GETTING-STARTED.md @@ -115,7 +115,7 @@ pyscript.write('pi', f'π is approximately {pi:.3f}') In addition to the [Python Standard Library](https://docs.python.org/3/library/) and the `pyscript` module, many 3rd-party OSS packages will work out-of-the-box with PyScript. -In order to use them you will need to delcare the dependencies using the `` in the +In order to use them you will need to declare the dependencies using the `` in the HTML head. You can also link to `.whl` files directly on disk like in our [toga example](https://github.com/pyscript/pyscript/blob/main/pyscriptjs/examples/toga/freedom.html) ```