From a9a83d3810fd1e29bf60c986c508191f3e2198dd Mon Sep 17 00:00:00 2001 From: skychx Date: Mon, 10 Nov 2025 19:16:44 +0800 Subject: [PATCH] docs(browser-ui): fix the issue with the incorrect unpkg CDN path --- packages/browser-ui/README.md | 10 +++++++--- packages/browser-ui/README.zh-CN.md | 8 +++++--- packages/browser-ui/examples/bundle/boot.ts | 5 ----- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/packages/browser-ui/README.md b/packages/browser-ui/README.md index 1bdfb1a..0f1a856 100644 --- a/packages/browser-ui/README.md +++ b/packages/browser-ui/README.md @@ -40,16 +40,18 @@ BrowserUI.create({ }); ``` -Or use the unpkg CDN to use it on any webpage: +
-- **CDN URL**: https://unpkg.com/@agent-infra/browser/dist/bundle/index.js +Or use the unpkg CDN: + +- **CDN URL**: https://unpkg.com/@agent-infra/browser-ui/dist/bundle/index.js ```html
- + +