]> zoso.dev Git - buffer.git/commitdiff
readme: tests from node.js core are included
authorFeross Aboukhadijeh <feross@feross.org>
Wed, 24 Dec 2014 00:19:42 +0000 (16:19 -0800)
committerFeross Aboukhadijeh <feross@feross.org>
Wed, 24 Dec 2014 00:19:42 +0000 (16:19 -0800)
README.md

index 5b33db7dde0b240c1fc63ea2572349d8482c7f27..e2a08716e818849d182e38e95826d8c406248185 100644 (file)
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ instance methods, and class methods that are supported.
 - `.slice()` returns instances of the same type (Buffer)
 - Square-bracket `buf[4]` notation works, even in old browsers like IE6!
 - Does not modify any browser prototypes or put anything on `window`
-- Comprehensive test suite
+- Comprehensive test suite (including all buffer tests from node.js core)
 
 
 ## install