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