From 31ac01daad6cd954d8be13ecc5a6e83a7f2720bf Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Mon, 29 Sep 2025 19:29:31 +0800 Subject: [PATCH] docs: fix promises --- README-zh.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-zh.md b/README-zh.md index 890cc88..415dbb7 100644 --- a/README-zh.md +++ b/README-zh.md @@ -16,8 +16,8 @@ ## ✨ Features -- **🎯 轻松集成** - 通过 CDN 或 npm 添加到任何网页 -- **🔐 端侧运行** - 数据不离开浏览器 +- **🎯 轻松集成** +- **🔐 端侧运行** - **🧠 HTML 脱水** - **💬 自然语言接口** - **🎨 HITL 交互界面** diff --git a/README.md b/README.md index 25e69b0..4bf0233 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ An in-page UI agent in javascript. Control web interfaces with natural language. ## ✨ Features -- **🎯 Easy Integration** - Add to any webpage via CDN or npm -- **🔐 Client-Side Processing** - No data leaves the browser +- **🎯 Easy Integration** +- **🔐 Client-Side Processing** - **🧠 DOM Extraction** - **💬 Natural Language Interface** - **🎨 UI with Human in the loop**