From: Feross Aboukhadijeh Date: Tue, 27 Sep 2016 03:50:58 +0000 (-0700) Subject: readme: update sizes X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=cba460feeab5ba78643a49ca32613c7df760c5b4;p=buffer.git readme: update sizes --- diff --git a/README.md b/README.md index 6543143..7cccc01 100644 --- 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!