From: Feross Aboukhadijeh Date: Sat, 28 Dec 2013 20:14:23 +0000 (-0800) Subject: Update README.md X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=9df8854f7e2b9b76656b2d8d0343fc9a2422e73a;p=buffer.git Update README.md --- diff --git a/README.md b/README.md index 503c530..5672a1c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ The `Buffer` constructor returns instances of `Uint8Array` that are augmented wi By augmenting the instances, we can avoid modifying the Uint8Array prototype. - ## Performance See perf tests in `/perf`.