From 3865d7fc01774f2200f0a13417f2bcc90c38101e Mon Sep 17 00:00:00 2001 From: setop Date: Wed, 10 Dec 2025 21:36:41 +0100 Subject: [PATCH] rewrite readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b15820e..ee55b46 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,14 @@ This is a simple demonstration of using [HTML Custom Elements](https://developer Inspired by [Luke Westby](https://github.com/lukewestby)'s [Elm Europe talk](https://youtu.be/tyFe9Pw6TVE). The JavaScript custom element code is almost a verbatim copy. -To run it: +--- +![](screenshot.png) +--- + +To test it: * git clone and cd into the local copy -* run `elm make src/Miu.elm --output js/miu-demo.js` -* open "demo.html" in a web browser +* run `./build.sh` +* open "index.html" in a web browser