From: Feross Aboukhadijeh Date: Sun, 5 Jan 2014 04:58:39 +0000 (-0800) Subject: Update README.md X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=7b2cb80888ad8ef0afa76dcbef9fce1eb57ddb55;p=buffer.git Update README.md --- diff --git a/README.md b/README.md index 542b45b..f583692 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ It will also be loaded if you use the global `Buffer` variable. The `Buffer` constructor returns instances of `Uint8Array` that are augmented with function properties for all the Buffer API functions. We use `Uint8Array` so that square bracket notation works as expected -- it returns a single octet. -By augmenting the instances, we can avoid modifying the Uint8Array prototype. +By augmenting the instances, we can avoid modifying the `Uint8Array` prototype. ## Important Differences