From 7b2cb80888ad8ef0afa76dcbef9fce1eb57ddb55 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 4 Jan 2014 20:58:39 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1