diff --git a/src/examples/wasm/README.md b/src/examples/wasm/README.md index 8a50ba25..145cb537 100644 --- a/src/examples/wasm/README.md +++ b/src/examples/wasm/README.md @@ -34,7 +34,7 @@ $ make main Start the local web server: ```bash -$ go run main.go +$ go run server.go Serving ./html on http://localhost:8080 ```