From c0e6f84cd15a326eb9518ed1362abb0b415fa5aa Mon Sep 17 00:00:00 2001 From: trynocs <115831890+Trynocs@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:03:44 +0200 Subject: [PATCH] Fix typos and improve wording in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c818facc9f1..01416df9ab9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ | Tech Stack | - PointerIDE Repos + PointerIDE Repositories | Builds | @@ -64,7 +64,7 @@ Pointer is **not** an official Microsoft product, is **not** Microsoft-signed, a | Desktop app | Electron shell, native menus, app icon, Windows packaging, Pointer URI protocol | | Terminal | Integrated terminal powered by xterm.js and native pty integration | | Extensions | Built-in language, Git, Markdown, theme, notebook, media, and developer tooling extensions | -| Agent workflows | Agent sessions and chat/session infrastructure under `src/vs/sessions/` and workbench chat areas | +| Agent workflows | Agent sessions, chat/session infrastructure and agent workflows under `src/vs/sessions/` and workbench chat areas | | Themes | Pointer onboarding themes configured in `product.json` and theme defaults | | Release pipeline | Local Node runtime, native rebuilds, Electron download, Gulp packaging, ASAR, rcedit, Inno Setup | @@ -85,7 +85,7 @@ Pointer is **not** an official Microsoft product, is **not** Microsoft-signed, a | Layer | Stack | |---|---| -| Language | TypeScript, JavaScript, Rust CLI pieces, PowerShell/Bat scripts | +| Language | TypeScript, JavaScript, Rust-based CLI components, PowerShell/Bat scripts | | Runtime | Node.js `22.22.1`, Electron `39.8.8` | | UI/editor | Pointer workbench, Monaco editor, xterm.js, Codicons | | Build system | npm, Gulp 4, esbuild transpile path, ASAR packaging |