]> zoso.dev Git - buffer.git/commitdiff
readme: update sizes
authorFeross Aboukhadijeh <feross@feross.org>
Tue, 27 Sep 2016 03:50:58 +0000 (20:50 -0700)
committerFeross Aboukhadijeh <feross@feross.org>
Tue, 27 Sep 2016 03:50:58 +0000 (20:50 -0700)
README.md

index 65431438456b04ec1e788dbcfd1d64caf94bd45f..7cccc019b1ef9a125a6b6e1f479ae87eb6b920d9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ instance methods, and class methods that are supported.
 
 - Manipulate binary data like a boss, in all browsers!
 - Super fast. Backed by Typed Arrays (`Uint8Array`/`ArrayBuffer`, not `Object`)
-- Extremely small bundle size (**5.04KB minified + gzipped**, 35.5KB with comments)
+- Extremely small bundle size (**6.75KB minified + gzipped**, 51.9KB with comments)
 - Excellent browser support (IE 11, Edge, Chrome, Firefox, Safari 5.1+, Opera, iOS, etc.)
 - Preserves Node API exactly, with one minor difference (see below)
 - Square-bracket `buf[4]` notation works!