From 8ff3411233106c0c9aa9fb3a23971fbcacf46ce7 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Wed, 13 Nov 2019 01:59:32 +1100 Subject: [PATCH] Update command for starting the local webserver --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a24805..60f05d8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Requires `go` >= 1.13.0. ## Basic instructions Choose your target from the experiments. Compile with `make ` and serve -with `make serve`. This starts a local web server which serves the `./html` +with `go run main.go`. This starts a local web server which serves the `./html` directory. It ensures `.wasm` files are served with their appropriate content-type.