aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d2422c483..d5ea2bd7f 100644
--- a/README.md
+++ b/README.md
@@ -2639,7 +2639,7 @@ Bun.connect({
#### Benchmark-driven API design
-Bun's TCP socket API is designed to go as fast as we can.
+Bun's TCP socket API is designed to go fast.
Instead of using promises or assigning callbacks per socket instance (like Node.js' `EventEmitter` or the web-standard `WebSocket` API), assign all callbacks one time