]> zoso.dev Git - buffer.git/commitdiff
Update README.md
authorFeross Aboukhadijeh <feross@feross.org>
Sun, 5 Jan 2014 04:58:39 +0000 (20:58 -0800)
committerFeross Aboukhadijeh <feross@feross.org>
Sun, 5 Jan 2014 04:58:39 +0000 (20:58 -0800)
README.md

index 542b45b62e0c6b9edf54dd1ba8113ae629348d67..f5836920c69c062e3affa6e63fb821af5518a951 100644 (file)
--- 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