From: Feross Aboukhadijeh Date: Sat, 9 Jan 2016 14:28:00 +0000 (+0100) Subject: readme: fix link to code X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=d37e56bbdf1d71817dbcc32e8ec5e6088aafc591;p=buffer.git readme: fix link to code --- 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