aboutsummaryrefslogtreecommitdiff
path: root/examples/wasm/README.md
diff options
context:
space:
mode:
authorbrian horakh <[email protected]>2023-09-30 05:34:22 +0000
committerbrian horakh <[email protected]>2023-09-30 05:34:22 +0000
commit8da987cfbb6b2f3d6bdbe11e60e0f0db8f030b1b (patch)
tree3ae0011f070fb8d67b155fc8eadb976511d44eed /examples/wasm/README.md
parent95b3d9eb3b3657de3d7bc9c04f8fb83eae901640 (diff)
typo
Diffstat (limited to 'examples/wasm/README.md')
-rw-r--r--examples/wasm/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wasm/README.md b/examples/wasm/README.md
index b7fee2dc8..3b037ea0b 100644
--- a/examples/wasm/README.md
+++ b/examples/wasm/README.md
@@ -23,4 +23,4 @@ To run the example, start a webserver server the local folder:
23python -m http.server 23python -m http.server
24``` 24```
25 25
26Then, open a browser at https://127.0.0.1:8000 and watch the ticker print entries to the window. 26Then, open a browser at http://127.0.0.1:8000 and watch the ticker print entries to the window.