Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Fix typo #958

Merged
merged 1 commit into from
Aug 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down