From cb09531873cdf71e05a86ddd6dcd614d7a65dc3f Mon Sep 17 00:00:00 2001 From: Doug Daniels Date: Sat, 27 Jul 2019 11:00:19 -0500 Subject: [PATCH] Update examples/wasm README.md Modify instructions for running the wasm example HTTP server to `go run server.go` --- src/examples/wasm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```