You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ You can check the development status at the [Waffle Board](https://waffle.io/ipf
55
55
-[Usage](#usage)
56
56
-[CLI](#cli)
57
57
-[HTTP-API](#http-api)
58
-
-[IPFS Core (use IPFS as a module in Node.js or in the Browser)](#ipfs-core-examples-use-ipfs-as-a-module)
58
+
-[IPFS Core (use IPFS as a module in Node.js or in the Browser)](#ipfs-core-use-ipfs-as-a-module)
59
59
-[Create a IPFS node instance](#create-a-ipfs-node-instance)
60
60
-[Tutorials and Examples](#tutorials-and-examples)
61
61
-[API](#api)
@@ -74,9 +74,8 @@ You can check the development status at the [Waffle Board](https://waffle.io/ipf
74
74
-[Domain data types](#domain-data-types)
75
75
-[Packages](#packages)
76
76
-[Development](#development)
77
-
-[Clone](#clone)
78
-
-[Install Dependencies](#install-dependencies)
79
-
-[Run Tests](#run-tests)
77
+
-[Clone and install dependencies](#clone-and-install-dependencies)
78
+
-[Run Tests](#run-unit-tests)
80
79
-[Lint](#lint)
81
80
-[Build a dist version](#build-a-dist-version)
82
81
-[Contribute](#contribute)
@@ -258,7 +257,7 @@ A complete API definition is in the works. Meanwhile, you can learn how to you u
258
257
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:
0 commit comments