From 6dc539bc31e398f567ecef5af1b52b2f585cf194 Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Wed, 26 Nov 2025 17:10:34 +0000 Subject: [PATCH] chore: fix nit in README --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 636a9a5..788be05 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,11 @@ ![ghostty](https://github.com/user-attachments/assets/aceee7eb-d57b-4d89-ac3d-ee1885d0187a) -`ghostty-web` is a web terminal developed for [mux](https://github.com/coder/mux) using -[mux](https://github.com/coder/mux) that leverages [Ghostty's](https://github.com/ghostty-org/ghostty) +`ghostty-web` is a web terminal developed for [mux](https://github.com/coder/mux) that leverages +[Ghostty's](https://github.com/ghostty-org/ghostty) terminal emulation core via WebAssembly. Because it leans on Ghostty to handle the complexity of terminal emulation, `ghostty-web` can deliver fast, robust terminal emulation in the browser. The intent is -for this project to become a drop-in replacement for xterm.js. If it's not obvious, this repo is currently -under heavy development. +for this project to become a drop-in replacement for xterm.js. Under heavy development, no compatibility guarantees yet. ## Live Demo @@ -18,7 +17,7 @@ npx @ghostty-web/demo@next ``` This starts a local demo server with a real shell session. The demo server works best when run from Linux, but you can also try -it on macOS. Windows is not supported (yet). Chrome is the only supported browser at the moment. +it on macOS. Windows is not supported (yet).
Development setup (building from source)