From 6052431c15353f7902dac2652f781956825fb143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Fri, 25 Aug 2017 17:47:27 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7e4106b07..4246f24749 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ A complete API definition is in the works. Meanwhile, you can learn how to you u Every IPFS instance also exposes the libp2p API at `ipfs.libp2p`. The formal interface for this API hasn't been defined by you can find documentation at its implementations: - [Node.js bundle](./src/core/runtime/libp2p-nodejs.js) -- [Browser Bungle](./src/code/runtime/libp2p-browser.js) +- [Browser Bundle](./src/code/runtime/libp2p-browser.js) - [libp2p baseclass](https://github.com/libp2p/js-libp2p) ##### [miscellaneous operations](https://github.com/ipfs/interface-ipfs-core/tree/master/API/generic)