Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sdks/wasm
diff options
context:
space:
mode:
Diffstat (limited to 'sdks/wasm')
-rw-r--r--sdks/wasm/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdks/wasm/README.md b/sdks/wasm/README.md
index 5d38fd924fd..b1212667052 100644
--- a/sdks/wasm/README.md
+++ b/sdks/wasm/README.md
@@ -64,7 +64,7 @@ Go to `http://localhost:8000/sample.html`
To experiment with the debugger, do the following steps:
- When calling `packager.exe` pass the `-debug` argument to it.
-- Start Chrome with remove debugging enabled (IE `/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome\ Canary --remote-debugging-port=9222`)
+- Start Chrome with remote debugging enabled (IE `/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome\ Canary --remote-debugging-port=9222`)
- Download and run the debugger proxy: https://github.com/kumpera/ws-proxy
- Connect to the remote debugged Chrome and pick the page which is running the wasm code
- Rewrite the request URL (just the `ws` argument) to use the proxy port instead of the browser port