diff --git a/README.md b/README.md index 21e38e6d8b..1c34e57ec8 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ Every IPFS instance also exposes the libp2p API at `ipfs.libp2p`. The formal int A set of data types are exposed directly from the IPFS instance under `ipfs.types`. That way you're not required to import/require the following. -* `ipfs.types.Buffer` +* [`ipfs.types.Buffer`](https://www.npmjs.com/package/buffer) * [`ipfs.types.PeerId`](https://github.com/libp2p/js-peer-id) * [`ipfs.types.PeerInfo`](https://github.com/libp2p/js-peer-info) * [`ipfs.types.multiaddr`](https://github.com/multiformats/js-multiaddr) diff --git a/examples/browser-script-tag/README.md b/examples/browser-script-tag/README.md index 41f006600d..08c42b0228 100644 --- a/examples/browser-script-tag/README.md +++ b/examples/browser-script-tag/README.md @@ -9,5 +9,3 @@ You can use IPFS in your in-browser JavaScript code with just a `