diff --git a/desktop/wasm/index.md b/desktop/wasm/index.md index 68dd78a6b2..504c5dc2b9 100644 --- a/desktop/wasm/index.md +++ b/desktop/wasm/index.md @@ -47,6 +47,8 @@ $ docker run -dp 8080:8080 \ michaelirwin244/wasm-example ``` +After running this command, you can visit [http://localhost:8080/](http://localhost:8080/) to see the "Hello world" output from this example module. + > Got an error message? Head to the [troubleshooting section](#troubleshooting) > for help.