From bf12c7fba56b048b352007ac2432cb801b55d9a4 Mon Sep 17 00:00:00 2001 From: paulbhartzog Date: Wed, 9 Sep 2026 11:25:10 -0600 Subject: [PATCH] typos --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f465b24..4b934ea 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,6 @@ return handler(CARDS, TAGS, TITLE); 1. **Payload Construction**: Generates global window assignment strings containing the JSON stringified representations of the card collection and tag vocabulary. 2. **Template Hydration**: Imports the raw HTML template (`app.html`), safely replacing the `__TITLE__` token with the provided title value and the `/*__DATA__*/` comment placeholder with the injected data script. 3. **HTTP Response Dispatch**: Wraps the finalized HTML string in a `Response` instance with `text/html; charset=utf-8` headers ready for edge delivery. -4. # emit.mjs