From 66a52a7b7b233df3cb427ecf44997318ebb9ecbb Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Tue, 29 Jun 2021 09:54:11 +0300 Subject: [PATCH] Adds navigation instuctions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2c712df..5ff0e300 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,4 @@ spago -x examples.dhall bundle-app \ --to examples/hello-world/index.js ``` -Other examples will work the same way, with the directory and module name changing. +Other examples will work the same way, with the directory and module name changing. Then, to access the example, you can run a http server from the directory and navigate to the url, ie `cd examples/hello-world && python -m http.server` and then navigate to localhost:8000.