]> zoso.dev Git - buffer.git/commitdiff
README
authorFeross Aboukhadijeh <feross@feross.org>
Sat, 28 Dec 2013 10:56:41 +0000 (02:56 -0800)
committerFeross Aboukhadijeh <feross@feross.org>
Sat, 28 Dec 2013 10:56:41 +0000 (02:56 -0800)
README.md

index eed0bed8f8e29eb6bca8c8dc04d02296ef8d97e4..503c530b628b27933dcb583234b5e132ba576d01 100644 (file)
--- a/README.md
+++ b/README.md
@@ -22,9 +22,9 @@ It will also be loaded if you use the global `Buffer` variable.
 - `.slice()` returns instances of the same type
 - Square-bracket `buf[4]` notation works!
 - Does not modify any browser prototypes.
+- Excellent browser support (IE 6+, Chrome 4+, Firefox 3+, Safari 5.1+, Opera 11+, iOS).
+- **Bundle size is nearly half of the original `buffer-browserify` (35KB vs 65KB!)**
 - All tests from the original `buffer-browserify` project pass.
-- Requires browsers to have `Uint8Array` and `DataView` support (all modern
-  browsers, IE10+, shim for older browsers included)
 
 ## How does it work?