From 4aa269c53327b895081cf0b64e1ae56ef2008a7b Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Tue, 12 Nov 2024 10:43:34 -0800 Subject: [PATCH] factual correctness --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9bbe9cf..4108fa3 100644 --- a/README.md +++ b/README.md @@ -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`