]> zoso.dev Git - buffer.git/commitdiff
Update README notice about node.js compatibility (#327)
authorAndré Werlang <589286+awerlang@users.noreply.github.com>
Sun, 8 Oct 2023 02:28:10 +0000 (23:28 -0300)
committerGitHub <noreply@github.com>
Sun, 8 Oct 2023 02:28:10 +0000 (13:28 +1100)
README.md

index cd91935b7b94f7cf5e4367c8f818e291df76f629..36b27bd2dfc037ab047944c18743ac1cde49076c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ instance methods, and class methods that are supported.
 - Super fast. Backed by Typed Arrays (`Uint8Array`/`ArrayBuffer`, not `Object`)
 - Extremely small bundle size (**6.75KB minified + gzipped**, 51.9KB with comments)
 - Excellent browser support (Chrome, Firefox, Edge, Safari 11+, iOS 11+, Android, etc.)
-- Preserves Node API exactly, with one minor difference (see below)
+- Preserves Node API exactly
 - Square-bracket `buf[4]` notation works!
 - Does not modify any browser prototypes or put anything on `window`
 - Comprehensive test suite (including all buffer tests from node.js core)