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