From 520fcfceed4938f8674af325e1d49f42c1cc79f8 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Mon, 19 Apr 2021 22:44:24 +0200 Subject: [PATCH] readme now with markdown headers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 717092d..ab260fc 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ NB: The command is **npx** and it means run the webpack program that's in the no By default webpack uses the webpack.config.js file to figure out what the "entry" point of the code is (src/hello.js), and where to put the output. -Look at hello.html (which uses dist/bundle.js). +Open [hello.html](hello.html) with your browser (NB: it uses the *hopefully* correctly generated output file dist/bundle.js). **Each time you change src/hello.js you need to run npx webpack to rebundle/rebuild the output.**