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`