From 073b99c5fb240080c1d1f49d937b323389b399c4 Mon Sep 17 00:00:00 2001 From: Joseph Dykstra Date: Thu, 8 Mar 2018 17:48:45 -0600 Subject: [PATCH] Fix typo (#6) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6dad13..6cb326a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ server.listen(8080, function () { ## Performance -Running the echo server examples in `./examples` I get the following througput on my laptop +Running the echo server examples in `./examples` I get the following throughput on my laptop * echo-classic: 1.3GB/s at ~100MB of ram * echo-turbo: 3.4GB/s at ~35MB of ram @@ -135,7 +135,7 @@ The callback is called with `callback(err, buffer, length)`. Write more than one buffer at once. Optionally you can specify how many bytes in each buffer you want to write. -The callback is called with `callback(err, buffers, lengths)` +The callback is called with `callback(err, buffers, lengths)`. #### `connection.end([callback])`