From 43fb5120d9aa5041bb07aaa86cd3fc84621f48ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Go=C3=9Fe?= Date: Fri, 17 Oct 2025 11:31:32 +0200 Subject: [PATCH] fix example in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d62bfee..0edfe79 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ A light-weight template tag library with `html`, `svg`, and `mathml` functions f ```js import {html, svg, mathml} from 'nimble-html' -const colors = ['red', 'green', 'blue'] +let colors = ['red', 'green', 'blue'] const feeling = 'simplicity' const key = Symbol() -const template = () => ...html` +const template = () => html`