Skip to content

Commit 00ee9bc

Browse files
authored
chore: fix nit in README (#69)
1 parent 3d5da17 commit 00ee9bc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
![ghostty](https://github.com/user-attachments/assets/aceee7eb-d57b-4d89-ac3d-ee1885d0187a)
44

5-
`ghostty-web` is a web terminal developed for [mux](https://github.com/coder/mux) using
6-
[mux](https://github.com/coder/mux) that leverages [Ghostty's](https://github.com/ghostty-org/ghostty)
5+
`ghostty-web` is a web terminal developed for [mux](https://github.com/coder/mux) that leverages
6+
[Ghostty's](https://github.com/ghostty-org/ghostty)
77
terminal emulation core via WebAssembly. Because it leans on Ghostty to handle the complexity of terminal
88
emulation, `ghostty-web` can deliver fast, robust terminal emulation in the browser. The intent is
9-
for this project to become a drop-in replacement for xterm.js. If it's not obvious, this repo is currently
10-
under heavy development.
9+
for this project to become a drop-in replacement for xterm.js. Under heavy development, no compatibility guarantees yet.
1110

1211
## Live Demo
1312

@@ -18,7 +17,7 @@ npx @ghostty-web/demo@next
1817
```
1918

2019
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
21-
it on macOS. Windows is not supported (yet). Chrome is the only supported browser at the moment.
20+
it on macOS. Windows is not supported (yet).
2221

2322
<details>
2423
<summary>Development setup (building from source)</summary>

0 commit comments

Comments
 (0)