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
diff options
context:
space:
mode:
authorRodrigo Kumpera <kumpera@users.noreply.github.com>2018-06-27 20:32:12 +0300
committerGitHub <noreply@github.com>2018-06-27 20:32:12 +0300
commit3630748f96a9a604690ec346a67a1b07dac5aaf5 (patch)
tree22b6b4e71338851ebf618c950797adefca90567d /sdks/wasm/README.md
parentf2754c48a0a609a4b1fb47b10d079e8f55b5fef4 (diff)
fix typo in the readme. Thanks @Suchiman
Diffstat (limited to 'sdks/wasm/README.md')
-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