From c80334f33447c9928f43c5e1ad2434b7d0f56e54 Mon Sep 17 00:00:00 2001 From: Petre Date: Sun, 26 Nov 2023 12:08:21 +0400 Subject: [PATCH] Update EMSCRIPTEN.md https://github.com/Blockstream/blind_pin_server/issues/16#issuecomment-1794712995 --- EMSCRIPTEN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EMSCRIPTEN.md b/EMSCRIPTEN.md index c92f9a9..c6f80d0 100644 --- a/EMSCRIPTEN.md +++ b/EMSCRIPTEN.md @@ -2,5 +2,5 @@ ```./emscripten.sh``` # To test run the following -```python -m http.server 9999``` in the repo root directory and open ```http://127.0.0.1:9990``` in your browser +```python -m http.server 9999``` in the repo root directory and open ```http://127.0.0.1:9999``` in your browser