From c3f4b719e34059b2c892ab32499decee0a3e3b70 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 23 Dec 2014 16:19:42 -0800 Subject: [PATCH] readme: tests from node.js core are included --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b33db7..e2a0871 100644 --- 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 -- 2.34.1