Update examples/wasm README.md

Modify instructions for running the wasm example HTTP server to `go run server.go`
This commit is contained in:
Doug Daniels
2019-07-27 11:00:19 -05:00
committed by Ron Evans
parent 51f2a152d5
commit cb09531873
+1 -1
View File
@@ -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
```