Skip to content

Commit

Permalink
factual correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Nov 12, 2024
1 parent 8c1a07c commit 4aa269c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ read.on('data', (chunk) => {
write.write('echo hello\n');
```

The biggest difference from existing PTY libraries is that this one works with Bun, and doesn't cross the FFI bridge for every input/output instead requiring the consumer to deal with the `fd` of the PTY.

## Local Development

- `npm install`
Expand Down

0 comments on commit 4aa269c

Please sign in to comment.