Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ brew install textream

> Requires **macOS 15 Sequoia** or later. Works on Apple Silicon and Intel.

### Windows

A community-maintained Windows port is available at
**[CRTkafa/textream-windows](https://github.com/CRTkafa/textream-windows)**.

## iOS 26 Companion

The Textream companion for iPhone and iPad is part of the same universal App Store listing as the Mac app.
Expand Down Expand Up @@ -402,7 +407,7 @@ async def director():
break

# Stop
await ws.send(json.dumps({"type": "stop"}))
await ws.send(json.dumps({"type":"stop"}))

asyncio.run(director())
```
Expand Down