Update examples/wasm README.md

Modify instructions for running the wasm example HTTP server to `go run server.go`
Этот коммит содержится в:
Doug Daniels 2019-07-27 11:00:19 -05:00 коммит произвёл Ron Evans
родитель 51f2a152d5
коммит cb09531873

Просмотреть файл

@ -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
```