From b61a6ee0393f53a120ce0ebed46b1b42fb474e99 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Mon, 19 Apr 2021 22:41:50 +0200 Subject: [PATCH] readme now with markdown headers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 389709a..4044bf7 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ To build the dist/bundle.js, using the package.json info, you would just do the This is typical of how many web tools are packaged today. Even though we use the node package manager, the output is for running in a web browser (not node). But the node ecosystem is used for packages and for tools to "bundle" the code into a form usable in a browser. +Open [hello.html](hello.html). + ## How these files were created (tutorial)