Skip to content

Commit 08669ae

Browse files
committed
docs(readme): update
1 parent 1178d1d commit 08669ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A modern runtime renderer that lets LLMs generate JSX/TSX and render interactive
1212

1313
<a id="bundleless-contract"></a>
1414
Renderify is **bundleless by design**: it does not rely on a traditional bundling pipeline to run generated UI. Instead, it resolves and rewrites module imports at runtime (JSPM/CDN + `moduleManifest` pinning) and executes under explicit security policy and sandbox controls.
15-
In other words, bundleless runtime execution does **not** mean full npm bundler compatibility; Renderify intentionally targets a browser-ESM-compatible subset with explicit guarantees. See [JSPM package support (tiered contract)](#jspm-package-support-tiered-contract) for the exact compatibility boundary.
15+
In other words, bundleless runtime execution does **not** mean full npm bundler compatibility; Renderify intentionally targets a browser-ESM-compatible subset with explicit guarantees. See [JSPM package support (tiered contract)](#what-renderify-does) for the exact compatibility boundary.
1616

1717
![Renderify demo](docs/assets/renderify-demo.gif)
1818

0 commit comments

Comments
 (0)