From d37e56bbdf1d71817dbcc32e8ec5e6088aafc591 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 9 Jan 2016 15:28:00 +0100 Subject: [PATCH] readme: fix link to code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6906c8c..1596fc4 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ used that is based on `Object` which has no mechanism to point separate `Buffer`s to the same underlying slab of memory. You can see which browser versions lack typed array support -[here](https://github.com/feross/buffer/blob/master/index.js#L20-L46). +[here](https://github.com/feross/buffer/blob/master/index.js#L22-L48). ## tracking the latest node api -- 2.34.1